ConstraintLayout 2.0.0 alpha 2 Android Dev |
- ConstraintLayout 2.0.0 alpha 2
- Google Play reviews still amaze me sometimes
- Real life Pokédex app built using Tensorflow
- Am I the only one who is bothered by this?
- droidcon Berlin 2018 - Talks are being added
- Should I use Room?
- Inheritance, composition, delegation, and traits
- Best way to pass data back?
- Your biggest app promotion mistake
- When Google makes a typo.
- Any tools that can help with automating publishing to the play store?
- Reddit App Programming
- App removed. How to comply?
- Group chat for Android Dev
- Medium Articles: Android Slices including Sample Application
- Cannot sign into my AdMob account
- Bluescreen after closing emulator
- How do Developers Use the Information on the Material Design Website?
- Read aloud mode in AS
- My dillema with App Bundle and Dynamic Delivery
- What is a reccomeneded order to read the sample Kotlin projects to learn Android development?
- Independent devs, do you use your own app?
- Face Unlock in BiometricPrompt api
- May I know how do you guys achieve reliable alarm feature?
- The mobile apps and wearable tech tapping into users' emotions to tackle depression and anxiety
ConstraintLayout 2.0.0 alpha 2 Posted: 09 Aug 2018 10:14 AM PDT | ||
Google Play reviews still amaze me sometimes Posted: 09 Aug 2018 01:17 AM PDT
| ||
Real life Pokédex app built using Tensorflow Posted: 09 Aug 2018 12:06 PM PDT Pokémon fans, here's an AI experiment that I hacked together last week. https://play.google.com/store/apps/details?id=app.harshit.pokedex Built using Tensorflow Lite and Firebase MLKit, It detects and identifies the Pokémon from the provided image. Would appreciate your feedback in making this even better and more accurate! P.S. The app is fully open sourced, so you're more than welcome to submit patches, report issues, etc. [link] [comments] | ||
Am I the only one who is bothered by this? Posted: 09 Aug 2018 01:47 PM PDT
| ||
droidcon Berlin 2018 - Talks are being added Posted: 09 Aug 2018 01:27 PM PDT
| ||
Posted: 09 Aug 2018 08:04 AM PDT I'm developing a small app for school that just needs to store some data locally in a SQLite db. Is room necessary, or practical in this situation or is it more designed to make it easier to work with local and remote db? [link] [comments] | ||
Inheritance, composition, delegation, and traits Posted: 09 Aug 2018 02:58 PM PDT | ||
Posted: 09 Aug 2018 02:10 PM PDT We have an app that has a custom keyboard. It extends ConstraintLayout and basically has 9 buttons on it. I want to keep as much code out of its parent Fragment as possible. I'm trying to figure out the best way to pass back the user's input (taps) to the Fragment so it can do something with the information. On the iOS version of the app we used delegation to pass the input from the Custom Keyboard (UIView) to the UIViewController so it can update the other UI elements. Right now I'm using LiveData and the Fragment is observing the value for changes. Is that overkill? [link] [comments] | ||
Your biggest app promotion mistake Posted: 09 Aug 2018 09:07 AM PDT Hi guys! [link] [comments] | ||
Posted: 09 Aug 2018 09:56 AM PDT
| ||
Any tools that can help with automating publishing to the play store? Posted: 09 Aug 2018 03:34 AM PDT I'm looking for something that can generate the images needed to publish to the play store Ideally, if I can get something that automates the entire process then that will be cool I find myself spending lots of unnecessary hours looking for the perfect picture specifically [link] [comments] | ||
Posted: 09 Aug 2018 04:34 PM PDT | ||
Posted: 09 Aug 2018 04:23 PM PDT I got an email from google that my app has been removed. I read about the device and network policy. My app never had any ads and never use any 3rd party API to begin with. The only issue I have was my launcher was bigger than it is supposed to be. Never thought that would cause so much problem that even google will remove my app. How can I comply? I fix the issue on my part. Should I submit a new apk with corrected launcher size? or wait for the support team reply? I contacted them but will take 2 days [link] [comments] | ||
Posted: 09 Aug 2018 08:44 AM PDT Anybody knows a channel where we can discuss directly about everything in Android ? From development to marketing.. Please share if you know any channel (Slack, Discord, Skype...) [link] [comments] | ||
Medium Articles: Android Slices including Sample Application Posted: 09 Aug 2018 02:25 PM PDT Android Slices Introduction with code (kotlin) [Part: 1] : https://proandroiddev.com/android-jetpack-android-slices-introduction-cf0ce0f3e885 [Part: 2] https://proandroiddev.com/android-jetpack-android-slices-part-2-688bede57f2d [Github Code]: https://github.com/saurabhkpatel/SampleAndroidSlice/ [link] [comments] | ||
Cannot sign into my AdMob account Posted: 09 Aug 2018 02:22 PM PDT
| ||
Bluescreen after closing emulator Posted: 09 Aug 2018 01:52 PM PDT I'm having an issue that's reoccurring. Whenever I close my emulator my laptop freezes then crashes. Has anyone else encountered this? [link] [comments] | ||
How do Developers Use the Information on the Material Design Website? Posted: 09 Aug 2018 01:37 PM PDT I was wondering how a developer can make use of all the information available on the Material Design website. I feel like the website is chock full of information and it can be quite intimidating, especially the first time you see it. This sensation definitely becomes amplified for novice, solo developers such as myself. One reason why I'm asking this question is because I only use a very focused portion of the content on the website and I'm not sure if I should be digesting the available information in a different way. For me, the foundations of MD seem too... Artsy? Theological? Abstract? I understand their importance to providing MD with strong core values. At the same time though, as a developer when I'm reading through them, the vast majority of the time I can't help but think to myself "Okay, but how am I supposed to implement this? Can I see some code please?". For me, the most valuable piece of information from this website are the guidelines for the different components of your UI. For example, the guidelines for lists are helpful for Is this the right mindset for a developer to have with Material Design? How do other developers take the information from the MD website and apply it to their apps? I feel like I should be able to take something from the MD website and apply it to my work. Even though I'm a developer, I still want to have an appealing and intuitive UI. I also feel like Android apps should have some conformity to their UI design (to a certain extent of course) so that things look familiar to our end users across the spectrum. To give my question some additional context, I am a novice Android developer looking for my first job. I'm wrapping up a project I have through Udacity and will start job hunting soon. [link] [comments] | ||
Posted: 09 Aug 2018 06:17 AM PDT I enabled it to let me know when my build finishes. Apparently there are grave errors that bug me. Sometimes it pronounces 3m 14s as "three meters and fourteen seconds " and sometimes 10s is read as "tens". Anyone encountered this ever or fixing it? [link] [comments] | ||
My dillema with App Bundle and Dynamic Delivery Posted: 09 Aug 2018 06:07 AM PDT Hey guys! Last night I was re-watching the I/O '18 and I really stuck with the idea of the new App Bundle feature. So here why I want to implement it. Right now we are targeting a wide range of users with both Pre-L and L+ versions. For those Pre-L we make some 'ultra' optimizations, that's why we end up with two separate APKs. From what I read so far App Bundle is not exactly what I need. What I wanted is to generate a Bundle that can provide all APKs that we support so far. Any got suggestions how to benefit from App Bundle and Dynamic Delivery? [link] [comments] | ||
What is a reccomeneded order to read the sample Kotlin projects to learn Android development? Posted: 09 Aug 2018 11:59 AM PDT I plan on learning android development after learning IOS. Anyways, I saw the page and it brought up a huge bunch of sample projects. I am trying to get an idea of a list of which ones I should read first or is it not reccomended at all? I am thinking of starting with a simple hello world app then move on from there... [link] [comments] | ||
Independent devs, do you use your own app? Posted: 09 Aug 2018 07:54 AM PDT not just for testing but as your daily driver for whatever that app does [link] [comments] | ||
Face Unlock in BiometricPrompt api Posted: 09 Aug 2018 07:44 AM PDT Face unlock is supported by biometric api now or it takes some time to release? Is it really any android device supports face unlock(not in smart lock as it is not supported by BiometricPrompt api)? When will be BiometricPromptCompat release? [link] [comments] | ||
May I know how do you guys achieve reliable alarm feature? Posted: 09 Aug 2018 11:16 AM PDT I have a note taking app, which comes with alarm features - r/https://wenote.jstock.co However, recently my user complains that, if his phone screen is off, the alarm doesn't work. I try to reproduce the problem but not success for doing so, as the alarm works fine in my Android O, even when the screen is off. The user is using Huawei P9, Android 6. All the while, I thought the below code is a reliable way ( Is the above code reliable enough to achieve reminder feature? If not, may I know the correct way to do so? Thank you. [link] [comments] | ||
The mobile apps and wearable tech tapping into users' emotions to tackle depression and anxiety Posted: 09 Aug 2018 05:08 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, 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States |
No comments:
Post a Comment