Weekly "anything goes" thread! |
- Weekly "anything goes" thread!
- Android Studio 2.2 Preview 2 Available
- Garbage collection happening too often..
- Gradle plugin to install AND run app. Shameless plug, I guess
- Leaner APKs with asset minification - Novoda
- Why is it so hard to have a gridview and a listview together, in the same activity, with recyclable items?
- Material Improvements: What Devs Need to Know to Delight Users
- What are some best practices for handling JSON in Java?
- [Found Library] RxSocialConnect
- RxJava for form validations
- How to add push notifications to Android
- Questions Thread - May 27, 2016
- A less fun certifcate error
- Favorite SDKs you use in Android?
- Attention Android Developers - FREE translation of your App
- A some good example of how to retain presenter on configuration changes with Dagger 2 injection?
- RNCryptorNative - for perfomance, but is there a way to do cryptography even faster ?
- I want to earn $1000/month with an app: Competitor analysis and feature list
Weekly "anything goes" thread! Posted: 27 May 2016 06:08 AM PDT Here's your chance to talk about whatever! Remember that while you can talk about any topic, being a jerk is still not allowed. [link] [comments] |
Android Studio 2.2 Preview 2 Available Posted: 27 May 2016 12:29 PM PDT |
Garbage collection happening too often.. Posted: 27 May 2016 08:53 PM PDT I need to draw to bitmaps manually. A lot. No way around it. And that leads to the sharp drop-offs in the memory profiling monitor, characteristic of garbage collections. And the app is frequently dropping frames as well. So, what are some common ways to 'reduce' garbage collection? [link] [comments] |
Gradle plugin to install AND run app. Shameless plug, I guess Posted: 27 May 2016 10:52 PM PDT |
Leaner APKs with asset minification - Novoda Posted: 27 May 2016 12:29 PM PDT |
Posted: 27 May 2016 07:54 AM PDT I've been an Android developer for a while now, and have gotten into iOS development about 2 years ago. I was amazed by how simple it was on iOS to have a view with recyclable views of different sizes (UICollectionView on iOS). How can I accomplish this on Android? Is there a way with the traditional listview/gridview or do I have to move to a recyclerview (which I hate - such a complicated API in my opinion but that's another topic)?. If so, could anyone point me to a good blog/tutorial? [link] [comments] |
Material Improvements: What Devs Need to Know to Delight Users Posted: 27 May 2016 11:11 AM PDT |
What are some best practices for handling JSON in Java? Posted: 27 May 2016 07:32 AM PDT I am working with an API which sometimes has a bug where a crucial part of a json object is null. But I don't want to have 100 different if statements to check to make sure that all values are present. Should i be doing some json schema validation? Is it common practice to do so? Basically, I want to avoid crashes in my app. I use the data from the JSON to create UI elements. So when I go to set text in a TextView, sometimes the String will be null. [link] [comments] |
[Found Library] RxSocialConnect Posted: 27 May 2016 03:45 AM PDT |
Posted: 27 May 2016 03:12 PM PDT
Github - It doesn't have any tests yet. Works fine but needs improvements. Post where I sort of try to explain how I went about it and why I chose particular operators like I would really appreciate some feedback so that I can improve the code and do it the RxJava way. [link] [comments] |
How to add push notifications to Android Posted: 27 May 2016 06:27 PM PDT |
Questions Thread - May 27, 2016 Posted: 27 May 2016 05:09 AM PDT This thread is for simple questions that don't warrant their own thread (although we suggest checking the sidebar, the wiki, or Stack Overflow before posting). Examples of questions:
Important: Downvotes are strongly discouraged in this thread. Sorting by new is strongly encouraged. Large code snippets don't read well on reddit and take up a lot of space, so please don't paste them in your comments. Consider linking Gists instead. Have a question about the subreddit or otherwise for /r/androiddev mods? We welcome your mod mail! Looking for all the Questions threads? Want an easy way to locate today's thread? Click this link! [link] [comments] |
Posted: 27 May 2016 07:37 AM PDT |
Favorite SDKs you use in Android? Posted: 27 May 2016 02:01 PM PDT Am building an SDK and it would be cool to get some feedback on what other devs favorite SDKs to use are. Good SDKs are usually simple to implement, use, and debug. What are some favorites? [link] [comments] |
Attention Android Developers - FREE translation of your App Posted: 27 May 2016 07:43 AM PDT We're in the home stretch of the development of our translation app - Pairaphrase - and we'd like to translate your app for FREE. We need files to test with so if you'd like to reach a larger audience we'd like to help you. We'll translate your files with Pairaphrase and we'll have our team of translators edit and prep your translations at no cost to you. Send us an email and check out Pairaphrase at www.pairaphrase.com. [link] [comments] |
A some good example of how to retain presenter on configuration changes with Dagger 2 injection? Posted: 27 May 2016 08:06 AM PDT I need something like this PresenterHolder class https://github.com/rallat/EffectiveAndroid/blob/master/app/src/main/java/com/israelferrer/effectiveandroid/PresenterHolder.java but applied with Dagger2 :) Thanks! [link] [comments] |
RNCryptorNative - for perfomance, but is there a way to do cryptography even faster ? Posted: 27 May 2016 06:53 AM PDT Hello, i've ported RNCryptor to Android (Library). There is a Java port JNCryptor but it is unusable in android because how slow it is. My library is roughly 10 times faster than JNCryptor, but i'm not sure if it's enough. Is there a way to increase the performance gain ? [link] [comments] |
I want to earn $1000/month with an app: Competitor analysis and feature list Posted: 27 May 2016 08:57 AM PDT |
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 Inc., 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States |
Note: only a member of this blog may post a comment.