Android Continuous Integration using Fastlane and CircleCI 2.0 — Part I Android Dev |
- Android Continuous Integration using Fastlane and CircleCI 2.0 — Part I
- I've seen the Kotlin Coroutine presentations, but i still don't understand how it works. Anyone in the same boat?
- Presenter as a Function: Reactive MVP for Android Using Kotlin Coroutines
- Generate version code from git commit count in Gradle
- Embedded Android vs Embedded Linux?
- This project is about what kotlin and RxJava can give us in context of modeling domain use cases and error system in clean architecture approach.
- Why is memory usage on Samsung Galaxy S7 Edge so high?
- My friend and I are trying to develop our first Android game, but we are having some severe lag issues. Please help!
- Can google deprecate AsyncTask already?
- Kotlin Notes for Professionals book
- Best medium too learn Android?
- Thoughts on Android Things?
- Facing low response rates on push notifications? Here is how you can improve it.
- Postback URL for rewarded offers
- Are there any online sites that help with writing the front-end xml code for Android?
- How exactly is a Genymotion emulator (without snapshots) faster than the Android emulator after all these years?
- Kotlin RecyclerView.Adapter DSL?
- How do you decide what you charge for your app internationally? Do you charge the same, or do you charge less I'm certain countries, etc?
- Idea for Google: Seach GitHub for "extensions.kt in:path" and add the most common found ones in KTX
- What is the current state of the art for implementing mock mode if you are using Retrofit?
- Developers That Are Disabled Where Are You?
Android Continuous Integration using Fastlane and CircleCI 2.0 — Part I Posted: 21 Feb 2018 07:26 AM PST
| ||
Posted: 21 Feb 2018 11:21 AM PST I'm enthusiastic about them, I really want to get rid of AsyncTasks, but I feel stupid not being able to understand what is going on in this. I saw the presentations from KotlinConf, and although it helped a little bit, when i try to implement it into my project, it never works. Is there any baby-steps guide that people recommend? Thank you! [link] [comments] | ||
Presenter as a Function: Reactive MVP for Android Using Kotlin Coroutines Posted: 21 Feb 2018 08:34 AM PST I wrote a little blog post about how we've started doing MVP here at RocketWagon. Enjoy :) [link] [comments] | ||
Generate version code from git commit count in Gradle Posted: 21 Feb 2018 05:01 AM PST
| ||
Embedded Android vs Embedded Linux? Posted: 21 Feb 2018 12:38 AM PST Hello, We are building a custom platform for our connected hardware product and are evaluating whether to go for AOSP or a Linux based platform. Our system will output at 1080p resolution to a 40 inch display (similar to a digital signage) so it will require a decent GPU and a processor since we are going to be running games created in Unity. We have a working prototype with a custom spec'd hardware running Linux but are evaluating Android since it has amazing support in Unity. However, we are completely new to mobile hardware (ARM architecture and mobile GPUs) so we would need to hire an expert if we were to go the Android route. Any help would be greatly appreciated! [link] [comments] | ||
Posted: 21 Feb 2018 01:18 PM PST | ||
Why is memory usage on Samsung Galaxy S7 Edge so high? Posted: 21 Feb 2018 01:08 PM PST
| ||
Posted: 21 Feb 2018 02:43 PM PST Some of the things in our code that might be causing lag are a bunch of buttons (7 to be exact) and the use of a CountDownTimer. I am not exactly sure if the CountDownTimer is the best class to use, but we are using it to count the time remaining in the game and to perform tasks at a certain rate. [link] [comments] | ||
Can google deprecate AsyncTask already? Posted: 21 Feb 2018 10:58 AM PST Theres so many better alternatives to it. Whenever I see it in a project I want to cry [link] [comments] | ||
Kotlin Notes for Professionals book Posted: 20 Feb 2018 05:21 PM PST
| ||
Best medium too learn Android? Posted: 21 Feb 2018 10:42 AM PST Not sure if this is the correct sub to ask this. I tried the official developer tutorials but I found them honestly terrible. There are no explanations for anything, everything is just "click here, go there, put this code and run", and I'm not exactly understanding what I'm doing. What's the best book or course for someone that knows java and wants to get into Android? [link] [comments] | ||
Posted: 21 Feb 2018 10:31 AM PST I've been developing Android Apps for a couple years and want to dive more into something I can do with Android other than Mobile Apps. What are your thoughts on Android Things project by google, and do you see a use for it in future? [link] [comments] | ||
Facing low response rates on push notifications? Here is how you can improve it. Posted: 21 Feb 2018 06:34 AM PST
| ||
Postback URL for rewarded offers Posted: 21 Feb 2018 09:04 AM PST Hi, I have a few android applications which I wish to add rewarded offers into, like offertoro, but most of them require me to have a postback url. For my database, I use firebase. Is it possible for me to have a postback URL with firebase? or is there some kind of service which offers postback URLs which notify the app? or can anyone suggest me some rewarded offers/surveys etc which do not need a postback URL? Thanks [link] [comments] | ||
Are there any online sites that help with writing the front-end xml code for Android? Posted: 21 Feb 2018 08:42 AM PST I'm more of a back-end developer and the front-end dev is extremely tedious and difficult for me. I'm looking for a site/app where all I have to do is layout what I want and it outputs the XML code... if it exists. [link] [comments] | ||
Posted: 21 Feb 2018 08:39 AM PST Just acquire them already ffs. Okay, the default emulator now starts up pretty quickly (I'm comparing to the default emulator a year or two ago and not Genymotion which is still faster). Usually about 10-15 seconds for me. But now it takes >2-3 minutes to shutdown. It randomly leaves behind open Java daemon processes, unexpectedly crashes several times a day, typically has memory usage in several gigabytes (whereas genymotion seems to merrily skip along at literally 200Mb). I mean wtf man, enough is enough. I recall thinking "This is the time I'm definitely going to stick with the default emulator because I tried it so long ago, it has to be better now." Have been android-deving for 5 freaking years. And there I was thinking the same when they introduced snapshot boots. I must've reported over ~40 issues over the years. I'm tired of this shit. Fuck me, I'm trying to make production ready apps and I feel like I'm alpha testing the software used to make it. I am fucking done. The only way I will ever touch a Google emulator is they freaking acquire genymotion and rebrand. Heed my warning. Don't waste your time. </rant> [link] [comments] | ||
Kotlin RecyclerView.Adapter DSL? Posted: 20 Feb 2018 08:19 PM PST Are there any good libraries that take advantage of Kotlin's DSL feature to remove the boilerplate of writing RecyclerView adapters? Kinda tired of Implementing the same ViewHolder / Adapter pattern over and over. [link] [comments] | ||
Posted: 20 Feb 2018 05:54 PM PST For example, if you charge 1.99 in the US, do you charge 1.99 Pounds in the UK, or do you charge the USD equivalent? Also, would you charge the same price in poorer countries, or scale the price down? [link] [comments] | ||
Idea for Google: Seach GitHub for "extensions.kt in:path" and add the most common found ones in KTX Posted: 21 Feb 2018 05:03 AM PST | ||
What is the current state of the art for implementing mock mode if you are using Retrofit? Posted: 20 Feb 2018 05:40 PM PST There are a bunch of solutions like using an interceptor in okhttp, a 3rd party library, and services like apiary. What is something solid if you want to have a mock mode flag on the device and possibly be able to select a particular response based on testing needs? Thank you! [link] [comments] | ||
Developers That Are Disabled Where Are You? Posted: 20 Feb 2018 07:16 PM PST I'm just starting to learn Android development. As a quadriplegic, I thought I would try to find other disabled individuals who are developers and follow them or get to know their stories. Possibly learning what did and did not work for them. Unfortunately, any googling of the two terms disabled and developer together gets a lot of results for Android's Developer options. Does anyone know of a group for developers or individuals that are disabled and willing to share their stories? [link] [comments] |
You are subscribed to email updates from Developing Android Apps. To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google, 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States |
No comments:
Post a Comment