Things I've learnt whilst learning Android development Android Dev |
- Things I've learnt whilst learning Android development
- This app has 300+ fake 5 star reviews like this with 5k installs. How can we even report this?
- Introducing Bento
- Coroutines on Android (part II): Getting started
- Building Android Lightweight Apps at Facebook
- Google will closely vet first-time Android developers for security
- Implementing MVI in Android
- Back button behavior
- Getting Started with CameraX Codelab
- Android Rx onError Guidelines
- 0.00,- AdMob today.
- Has anyone used ‘Enhance’ in their apps?
- Google is rolling out new feature which will delete user's personal data automatically
- Is admob reporting down?
- Some doubts about AutoSize text view.
- Somebody up to review some code and discuss about it?
- Building Android Apps with Bazel Codelab
- Adobe Creative Sdk alternative ?
- Configuring ProGuard for Android Instrumentation Tests
- Functioning user login authorization
- I need some help with this
Things I've learnt whilst learning Android development Posted: 02 May 2019 09:12 AM PDT Here's a list of random things I didn't expect to learn about Android dev, but had to, in no particular order. Feel free to add yours
[link] [comments] | ||
This app has 300+ fake 5 star reviews like this with 5k installs. How can we even report this? Posted: 02 May 2019 02:59 AM PDT
| ||
Posted: 02 May 2019 03:57 PM PDT
| ||
Coroutines on Android (part II): Getting started Posted: 02 May 2019 11:20 AM PDT
| ||
Building Android Lightweight Apps at Facebook Posted: 02 May 2019 12:30 PM PDT
| ||
Google will closely vet first-time Android developers for security Posted: 01 May 2019 11:02 PM PDT
| ||
Posted: 02 May 2019 01:23 PM PDT | ||
Posted: 02 May 2019 10:55 AM PDT I'm making an android game using a fullscreenactivity. As far as I know navigating away using recent or home is supposed to be similar to closing it with back. It stays in memory, resources are loaded etc. However I now realized that when I use home/recent to switch onCreate doesn't get called, but if I use back button and then open it again onCreate does get called. But that's where I load and create everything. I thought its only called if the app was killed outright. I find it strange that when we click back it doesn't kill daemon threads. But when we open the app again we load and create everything all over while daemon threads from previous session are still there. Am I using onCreate incorrectly? I didn't notice any memory leaks... [link] [comments] | ||
Getting Started with CameraX Codelab Posted: 02 May 2019 02:46 AM PDT
| ||
Posted: 01 May 2019 11:33 PM PDT
| ||
Posted: 02 May 2019 02:17 AM PDT My AdMob revenue has stopped as of this morning. Is it just me ? Same with AdSense, I pay for some ads but today thus far I see $0.00 At least there I can see the following : Anyone else having the same issue with either of those ? [link] [comments] | ||
Has anyone used ‘Enhance’ in their apps? Posted: 02 May 2019 09:30 AM PDT I was looking into ad mediation through Heyzap and saw that each ad network's SDK must be added manually and then I ran into Enhance.co which seems to inject the SDK of the network(s) you choose into your app automatically. Seems interesting and pretty straightforward but I wanted to see if anyone here has any epxieriences with the service? [link] [comments] | ||
Google is rolling out new feature which will delete user's personal data automatically Posted: 02 May 2019 08:30 AM PDT
| ||
Posted: 02 May 2019 02:01 AM PDT
| ||
Some doubts about AutoSize text view. Posted: 02 May 2019 07:10 AM PDT Hi, In a very complex layout of an app I am working on recently, I am planning to use autosizing properties in textviews. However I have some doubts. First of all, what is the performance cost of applying Autosizing? Is there any rule of thumb of using Granular sizing vs Preset size or any performance comparison? Another doubt, how nice it plays with Changing Font Size from settings? Mainly I am planning to use AutoSizing because I have some text related problem when setting device display font size as large. [link] [comments] | ||
Somebody up to review some code and discuss about it? Posted: 02 May 2019 07:05 AM PDT I have recently done a code test and just got feedback from them and is not too good. I think discussing my solution could help me understand the issues on my code and how to improve my skills. Here the requirements: https://github.com/scoremedia/nba-team-viewer Here my solution: https://github.com/cristiangoncas/nba_teams Here their feedback:
[link] [comments] | ||
Building Android Apps with Bazel Codelab Posted: 02 May 2019 02:56 AM PDT
| ||
Adobe Creative Sdk alternative ? Posted: 02 May 2019 05:06 AM PDT They stoped the support and will remove it any alternative ? [link] [comments] | ||
Configuring ProGuard for Android Instrumentation Tests Posted: 02 May 2019 01:04 AM PDT I wrote a blogpost, trying to demystify ProGuard configuration in Android apps that have Instrumentation test. In the last 6 months or so, I've been contributing heavily to this UI automation framework (Detox). I've recently had the chance to dive into this subject. 'Sure hope this would someday make the life of some developers easier: [link] [comments] | ||
Functioning user login authorization Posted: 02 May 2019 03:44 AM PDT I've created my first android app - running and optimizing medical diagnostic algorithms. I'm preparing to begin a user trial, but don't know much about setting up user login and authorization. I'm reading about OAuth, Sign in with Google/Microsoft/etc. but don't know the best way to start. I have dozens of articles open and am a bit overwhelmed. I do have a server which I can do my own hosting on. I need a decent level of security as well since this will eventually include sensitive data. I have the login and registration activity setup, and the rest of the functionality is ready, but can someone point me in the right direction or give me some steps to make the app functional and allow users to login, connect to a server, and then (next step) upload the computed data as well. [link] [comments] | ||
Posted: 01 May 2019 11:01 PM PDT Im building a android app that plays with speed of vehicle. I found on stack overflow some one posted how to get the speed from GPS( https://stackoverflow.com/questions/15570542/determining-the-speed-of-a-vehicle-using-gps-in-android/15570651). If you go to that link its the third post down and has the picture of Haversine Algorithm. I modified his code removing the metrics and just having it do mph. Everything is working fine with the displaying live mph but I now want to now display the accuracy value that it gets in the Clocation class. I want to change a textview on main activity to the accuracy live readout just like how I have for speed. How do I do this? [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