Android Dev - The internals of Android APK build process - Article |
- The internals of Android APK build process - Article
- What architectural pattern do you use in your apps and why?
- Thinking of taking the plunge - redoing my very first app, but entirely in Jetpack Compose! But should I?
- App to motivate you to not unlock your phone
- Prefer Storing Data with Jetpack DataStore
- Does big social media giant such as Facebook,Instagram,Reddit etc. use Domain Driven Design as a architecture in their mobile app?
- FirebaseInstanceId.getInstance().getToken() returns BLACKLISTED everytime
- Is it okay here to ask Android programming help? Just joined this sub.
- Google Play Console replaces earning reports with billing reports. How can I track earnings now?
- I published a simple Android app to update your status using only emoji. Code is on Github: it ties together 3 Firebase services: Auth, Cloud Functions, and Firestore. [link in comments]
- Dagger Hilt in a multi module project with navigation component
- A weekly newsletter by Mobile Developers Cafe (Curated Android/iOS developer articles, events, Podcasts, Job posts and lot more)
- Ribbonize your Android application laucher icon (again)
- Where is a good place to share your app once it's published for the first time?
- How to Create a Video Conferencing App like Zoom?
- [FIXED] Admob Ad Limit Solution On github, Need contributors
- Creating my first List View
- Jetpack Compose alpha02 is now available
- GIF App Development – How to Develop GIF Encoding
- Application icon not showing after updating the app title on Google Play
- Android Studio Canary 9 available
- ScratchView revamp with single Constraint Layout
- Android security: Six more apps containing Joker malware removed from the Google Play Store | ZDNet
- Reverse Engineer RGB Led Strips App
The internals of Android APK build process - Article Posted: 03 Sep 2020 07:16 AM PDT
| ||
What architectural pattern do you use in your apps and why? Posted: 03 Sep 2020 12:54 AM PDT With the ViewModel component Google has implicitly suggested the MVVM pattern for developing Android apps. Yet I see many developers using different approaches, not all of them fit perfectly in the Android architecture components. So which pattern do you use and why? [link] [comments] | ||
Posted: 03 Sep 2020 06:41 AM PDT Perhaps it is still too early to take the plunge and develop apps to publish on Google Play Store using Jetpack Compose? These are the required features for the remaking of my first app:
Are these features already included in JetPack Compose? I see that there are already user-made libraries on Github that I can use for some of these features, but I am wondering if there are already solutions provided by Google in the current alpha release version. [link] [comments] | ||
App to motivate you to not unlock your phone Posted: 03 Sep 2020 02:40 AM PDT Hi, Background When I started developing I was looking for good ideas of things to develop. These ideas, unfortunately would not come up when I had time to develop. I got an idea that I think I would use but now I do not have the time to develop, in case anyone wants to try and do it. Idea I would love to have an app that incentivizes or gamifies the act of not unlocking your phone. I had thought of something simple. For example, starting from the app "Screen Stopwatch" (source code available), from "Google Creative Lab", it counts the time you have been using your phone and shows it in your lock screen and background. I end up not really looking at the time, but if the time went down while I am not using it I might wait until it goes to zero to start using my phone again. Additionally, I would add 1 (configurable) minute for every unlock to discourage from unlocking your phone very often. That would be a nice start of an app that I would definitely try. There are other potential improvements but this post would get too long. Thanks! [link] [comments] | ||
Prefer Storing Data with Jetpack DataStore Posted: 02 Sep 2020 10:36 AM PDT
| ||
Posted: 03 Sep 2020 05:01 AM PDT | ||
FirebaseInstanceId.getInstance().getToken() returns BLACKLISTED everytime Posted: 03 Sep 2020 08:09 AM PDT I have been receiving device token as BLACKLISTED for an app, on a Galaxy and Pixel device everytime the call for device token is being made. Any idea what are the scenarios in which a app receives device token as BLACKLISTED. [link] [comments] | ||
Is it okay here to ask Android programming help? Just joined this sub. Posted: 03 Sep 2020 08:00 AM PDT If not, please direct me to a suitable subreddit or other sources. If yes then I am describing my question below. I am not real quick in Android development. I just bought an app template. It is a feed type app. But the problem is if I upload a high-resolution image, the feed really suck while scrolling. It lags too much. So I found the type of code from Stack Overflow that makes photo resolution low without decreasing much quality before uploading. But the problem is I don't know how to implement that in my Android code. Pardon for English. I am not a professional Android developer. Thanks [link] [comments] | ||
Google Play Console replaces earning reports with billing reports. How can I track earnings now? Posted: 03 Sep 2020 03:56 AM PDT I wanted to create a monthly tax report this morning, as I noticed that for August there is no earning report anymore in the Play Console. It got replaced by a billing report which only contained one entry of Taiwanese tax for me. There is still the sales report but it contains only the local currency and also misses the google cut. Account activities report in the merchant profile does not give information about the actual purchases. I really don't understand why they removed the earnings report. Does anyone know an alternative to the earnings report? [link] [comments] | ||
Posted: 03 Sep 2020 07:32 AM PDT
| ||
Dagger Hilt in a multi module project with navigation component Posted: 03 Sep 2020 07:11 AM PDT I have a base app module with Hilt working and a main navigation graph. I also have a library project with it's own navigation graph. I am able to navigate from the main_graph to the library_graph using an included graph: <include app:graph="@navigation/library\_graph" /> This is because my app module implements my library project: implementation project(":library") Now, I also want to use Hilt in my library module. I followed this guide: https://developer.android.com/training/dependency-injection/hilt-multi-module But I am unable to reference LoginModuleDependencies.kt in my library project. I cannot implementation project(":app") because that would cause a circular dependency in my project. Is it not possible to use these two recommended approaches together? [link] [comments] | ||
Posted: 03 Sep 2020 02:55 AM PDT
| ||
Ribbonize your Android application laucher icon (again) Posted: 02 Sep 2020 09:19 AM PDT
| ||
Where is a good place to share your app once it's published for the first time? Posted: 03 Sep 2020 12:08 AM PDT I've published a simple app to automize something I used to do while going to the gym (Counting calories and macros). I'm not planning on making a business out of it but I just want to play around on how I would go about promoting an app once it's released if I ever wanted to. My app is called "Snackr" is on the playstore if anyone is curious. Anyway I don't have much extra money sitting around since I'm a broke college student lol. I published the app around 10 days ago and have around 15 downloads so far without promoting it. I want to start promoting it on Instagram once I add one important feature which would "complete" the app, I'm really unexperienced when it comes to this I have some ideas which I'd love to implement in the upcoming days but I'd love to hear your ideas/opinions as well. [link] [comments] | ||
How to Create a Video Conferencing App like Zoom? Posted: 03 Sep 2020 06:03 AM PDT
| ||
[FIXED] Admob Ad Limit Solution On github, Need contributors Posted: 03 Sep 2020 05:39 AM PDT
| ||
Posted: 02 Sep 2020 07:22 PM PDT I'm trying to create a list view within a fragment. I tried using my own custom adapter but it kept crashing whenever I try to access a list item's textview inside the adapter. Most resources online use the old-school way with findViewById. I'm trying to only use data binding. Any suggestions? NitnemFragment.kt NitnemAdapter.kt nitnem_list_item.xml nitnem_fragment.xml [link] [comments] | ||
Jetpack Compose alpha02 is now available Posted: 02 Sep 2020 11:37 AM PDT
| ||
GIF App Development – How to Develop GIF Encoding Posted: 03 Sep 2020 03:27 AM PDT
| ||
Application icon not showing after updating the app title on Google Play Posted: 03 Sep 2020 12:38 AM PDT I've recently changed the app title on Google play and used the all available 50 characters, [link] [comments] | ||
Android Studio Canary 9 available Posted: 02 Sep 2020 12:05 PM PDT | ||
ScratchView revamp with single Constraint Layout Posted: 02 Sep 2020 11:35 PM PDT Objective: Need to create a viewgroup with scallops cuts on top and bottom with an overlay that is hiding the content below. On touch on tap remove the overlay and show the content. Approach: I will create an extension of ConstraintLayoutHelper which receives a group of views involved in overlay. That group of views will be converted to bitmap on run time and that bitmap will act as overlay. On touch I will convert the area to transparent and the content in behind will be revealed. Challenge: Is it possible to convert a list of views to a bitmap overlay on runtime and remove the actual views and show bitmap on their place using ConstraintLayout? If yes, how can we do that? If now, then I will be creating an extension of drawable class to act as overlay. [link] [comments] | ||
Android security: Six more apps containing Joker malware removed from the Google Play Store | ZDNet Posted: 02 Sep 2020 01:10 PM PDT
| ||
Reverse Engineer RGB Led Strips App Posted: 02 Sep 2020 02:02 PM 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