Android Dev - Create awesome app screenshots for PlayStore |
- Create awesome app screenshots for PlayStore
- I guess I should feel flattered but not sure this is fair.
- AutoCompleteTextView - Disable dropdown behavior
- How does my application work on an Android device?
- Need some help creating a Pie chart with custom styling and animations
- Testing ViewModels and LiveData
- A notification listener running permanently ? Kotlin
- Need help for repeating notifications/reminder
- What features should publishers seek for while choosing a monetisation partner for an app?
- Mocking is not practical — Use fakes
- ADB: Cant connect to emulator but can issue commands
- ART and Davlik under the hood?
- Emulator 30.0.5 Stable
- Before diving into this projects: What's your opinion on writing Python code for Android?
- How to initialize and store data across Activities?
- Now in Android #14
- Hey Guys how do you think Reddit implemented the share post preview
- Need to create a movie from a collection of pictures and existing video. Is ffmpeg a good option for this, or are other options (MediaCodec, ?) better?
- Violation of Android Advertising ID, but i don't use it
- My script for creating an Android Emulator
- Houseparty app makes notification sounds even when the device is in silent/do not disturb mode
- Is it possible to develop Apps on Android that utilize Spark AR?
- What should I learn next?
Create awesome app screenshots for PlayStore Posted: 26 Mar 2020 03:28 AM PDT
| ||
I guess I should feel flattered but not sure this is fair. Posted: 25 Mar 2020 02:20 PM PDT
| ||
AutoCompleteTextView - Disable dropdown behavior Posted: 26 Mar 2020 06:16 AM PDT So I have subclassed autocompletetextview to meet my requirements but I'm stuck with one issue with the dropdown behavior, whenever I click on the view the dropdown fluctuates, the number of times I click on the view, it fluctuates every time, I want it to be persistent and dismiss only on outside touch or back press. here is an example https://imgur.com/PmVBANa [link] [comments] | ||
How does my application work on an Android device? Posted: 26 Mar 2020 01:04 AM PDT Hello, everyone! I want to ask you about what's going on under the hood when you created or you're creating your own mobile application for Android. So, let's get started from the underlying technologies.
[link] [comments] | ||
Need some help creating a Pie chart with custom styling and animations Posted: 26 Mar 2020 08:10 AM PDT I'm trying to create a donut chart that with some custom animations, and so far haven't been able to find any third party libraries that would fit my needs. I've looked at MPCharts and AnyChart, but I think I'm going to have to build this out from scratch. What I'm looking for is how to build a donut chart, whose slices have rounded edges (but still square in shape), and when clicked I'd like the selected slice to scale up to a larger size to emphasize that its been selected. To my knowledge, there doesn't exist a library that would allow me to do this, but if you know of anything, or can point me in the right direction, it would be much appreciated [link] [comments] | ||
Testing ViewModels and LiveData Posted: 26 Mar 2020 08:05 AM PDT
| ||
A notification listener running permanently ? Kotlin Posted: 26 Mar 2020 07:40 AM PDT Im trying to make an app that runs permanently on my phone that listens to notifications coming in stores them. So i was wondering where to start ? e.g should i be using a foreground or background service. Any help would be much appreciated. Thanks [link] [comments] | ||
Need help for repeating notifications/reminder Posted: 26 Mar 2020 07:40 AM PDT I have to make an app for my final year project but I am stuck at one point and I'm unable to resolve that issue. Checked stackoverflow, youtube tutorials but no use. I could only make my reminder work for the same day and only once. I need to make it repeat itself on specific days or everyday. I'm attaching the link to codes (XML and java). Someone please help me. Thank you. https://www.dropbox.com/sh/9jvseot6b9xsuty/AAAfHWlyevPfPbtBLCPlh13Fa?dl=0 [link] [comments] | ||
What features should publishers seek for while choosing a monetisation partner for an app? Posted: 26 Mar 2020 06:54 AM PDT Check out the ultimate guide of how to grow ad revenue by picking the right mediation solution. https://www.appodeal.com/home/blog/how-to-choose-the-right-ad-monetization-partner/?utm_campaign=appodeal_comm&utm_source=reddit&utm_term=androiddev [link] [comments] | ||
Mocking is not practical — Use fakes Posted: 25 Mar 2020 11:43 AM PDT
| ||
ADB: Cant connect to emulator but can issue commands Posted: 26 Mar 2020 05:59 AM PDT Hi guys, Just started working with adb and emulated androids. I have an android emulator with Android studio. If I do "adb devices" it shows up as "emulator-5554" , but second column just says "device". I've tried to install an apk and check the packages and it all seemed fine, I just did "adb -e <command>" But I can't do "adb connect emulator-5554:5555", should I be worried or is that expected behaviour from emulators? Thank you [link] [comments] | ||
ART and Davlik under the hood? Posted: 26 Mar 2020 05:30 AM PDT Hello, everyone! I asked the question here and you helped me where I should dig on that topic. So, now I've read some articles about this topic but I found a lot of unnecessary information about that. I need to get only superficially knowledge which will be useful. As I understand, when you run your Java code on PC you have JVM but when Google created Android OS he couldn't afford use JVM in their project free. Hence, they created their own VM's for running Android applications. Once upon a time we had Davlik. It translates your Java bytecode into executable .dex files during your application is running. Now we have ART. It translates your Java bytecode into executable ART files when you're installing your app and move the code into your storage. Every application is running on ART can be run on Davlik but not every application is running on Davlik can be run on ART. ART is faster because you compiled the source code only one time when you were installing the app. It uses less performance of you device. I hope you can tell me if something's wrong. Updated: therefore, every application is running on its own virtual machine. It helps in debugging and also it prevents malicious software from their impact on the Linux kernel of your device. [link] [comments] | ||
Posted: 25 Mar 2020 12:33 PM PDT
| ||
Before diving into this projects: What's your opinion on writing Python code for Android? Posted: 26 Mar 2020 04:07 AM PDT tldr: Would you reccomend to write Android Apps in Python instead of Java? Hallo fellow redditors! I hope you can help me here with some advice. A friend and I planned on programming Alexa Skills using Python. I just began learning programming and after I told my friend, who is a software developer, he got hooked with my idea and we decided to write the Alexa Skill in Python. Now, after a month however, we realised that the Amazon Web Services suck. Amazon is very restrictive in terms of what you are allowed to do and how to do it when programming Alexa Skills. So we decided to work on an Android App instead. Only problem is: Thus far I only know the basics of Python and my friends thinks that it would be way, way easier to code an App in Java. Which means that I'd have to start learning Java now.... :/ (and after taking a glimpse it looks scary...haha!) So... what do you think? I definately want to keep up studying Python, but would you say that it is better to code in Java when it comes to Apps? [link] [comments] | ||
How to initialize and store data across Activities? Posted: 26 Mar 2020 02:52 AM PDT I'm a beginner to Android Studio and I was trying to ceate a Tic-Tac-Toe game. I wish to keep a record of the scores which should be available for the user to view when he clicks on "SCORE" button and is redirected to Another Activty "score' using intent. I plan to store the variavbles in red_s and yellow_s but everytime a game ends and the person goes to the score activity, the red_s and yellow_s will be re-initiated and be set to zero. How can i preserve this data across activities? [link] [comments] | ||
Posted: 25 Mar 2020 11:03 AM PDT
| ||
Hey Guys how do you think Reddit implemented the share post preview Posted: 26 Mar 2020 02:14 AM PDT | ||
Posted: 26 Mar 2020 01:06 AM PDT So as the title states, in my app the user should be able to select a collection of pictures and/or video, and render all of them together into a single video. I've been looking around and there are implementations for ffmpeg on Android, and the operations I want to do are quite easily done using ffmpeg (at least I think). My research also shows using Android's MediaCodec as an option, but the learning curve seems much higher, and it's a much more low-level approach. Using OpenGL has the same issues, and there are apparently some memory issues to consider? Any suggestions for other approaches, or is ffmpeg a good one? [link] [comments] | ||
Violation of Android Advertising ID, but i don't use it Posted: 25 Mar 2020 01:41 PM PDT i just got an email from Google Play support about: "Violation of Usage of Android Advertising ID policy and section 4.8 of the Developer Distribution Agreement". My app is a simple ToDo app that uses some firebase services: database, storage and auth(email&google) WITHOUT any advertising or something similar. I'm the only user and it was part of my learning experience, but google thinks I'm violating some privacy&advertising policy. Maybe some of you can understand my problem and maybe is kind enough to share a solution. Do you have any idea about what do I have to do? [link] [comments] | ||
My script for creating an Android Emulator Posted: 26 Mar 2020 12:30 AM PDT I have created a script that builds an android emulator on your linux operating system. You guys may check the script on github : https://github.com/levimake/androidemulator_CLI I tried on my systems and this works pretty fine. Known issues : The emulator is not working as expected on Gnome Wayland. On Xorg servers, it works super cool. Please contribute to the project. I am not a developer or any hardcore coder. I just created a bash script that makes use of lots of commands to build an emulator via command-line that I've got from stack overflow. I created this project for my app development on react native so that I don't need android studio to build an emulator. [link] [comments] | ||
Houseparty app makes notification sounds even when the device is in silent/do not disturb mode Posted: 25 Mar 2020 08:51 AM PDT With the explosion in popularity of the Houseparty app, I thought I'd give it a go... Users receive a notification each time a friend signs up to the app. Somehow this notification doesn't respect OS rules - such as silent/do not disturb - and manages to make an audible notification. There's a few reports of this on Twitter. How is this possible?! [link] [comments] | ||
Is it possible to develop Apps on Android that utilize Spark AR? Posted: 25 Mar 2020 11:05 PM PDT | ||
Posted: 25 Mar 2020 08:54 PM PDT https://books.google.com/books/about/Android_Programming_with_Kotlin_for_Begi.html?id=CzCWDwAAQBAJ I have read this book completely and mastered all concepts. What should I learn next? [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