The internals of Android APK build process - Article Android Dev |
- The internals of Android APK build process - Article
- Android Studio extremely slow with autocompletion, code analysis, etc.
- Can we talk about Fragments again?
- What architectural pattern do you use in your apps and why?
- App to motivate you to not unlock your phone
- I want to pay the google play developer fee, but I don't have a credit card.
- SimplerRecyclerView library
- Thinking of taking the plunge - redoing my very first app, but entirely in Jetpack Compose! But should I?
- Is it possible to turn my WordPress blog into an app?
- Dagger Hilt in a multi module project with navigation component
- 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?
- Where is a good place to share your app once it's published for the first time?
- 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]
- A weekly newsletter by Mobile Developers Cafe (Curated Android/iOS developer articles, events, Podcasts, Job posts and lot more)
- [FIXED] Admob Ad Limit Solution On github, Need contributors
- Creating my first List View
- GIF App Development – How to Develop GIF Encoding
- How to Create a Video Conferencing App like Zoom?
- Application icon not showing after updating the app title on Google Play
The internals of Android APK build process - Article Posted: 03 Sep 2020 07:16 AM PDT
| ||
Android Studio extremely slow with autocompletion, code analysis, etc. Posted: 03 Sep 2020 12:31 PM PDT I'm wondering if anyone else has observed something similar: in the past month or two, I observed progressively more problems with AS speed in things like: - opening a new file, it takes like 10-20+ seconds for the IDE to "color up" the code (from the initial gray) - even when a file is opened (and "colored"), oftentimes I start typing and autocompletion just doesn't work, it takes another several dozen seconds for it to finally "sync up" - general random actions just "freeze" for a few seconds however, build times are as fast as always. - 2018 MBP, 6 core i7, 32 GB RAM. I allocated 4GBs of RAM to AS (never been a problem before). I disabled all the external plugins. [link] [comments] | ||
Can we talk about Fragments again? Posted: 03 Sep 2020 10:47 AM PDT It's 2020, navigation components are here. Have fragments really improved enough use them now? [link] [comments] | ||
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] | ||
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] | ||
I want to pay the google play developer fee, but I don't have a credit card. Posted: 03 Sep 2020 01:07 PM PDT Like the title says, I want to pay for the developer's fee, but I don't have a credit card. Where I live credit cards are not common at all, so I don't actually know how they work. But I heard they work by taking a loan from a bank and I don't want to do that, since I have enough money to pay for it, and I don't want to pay the bank interest. Is there a way to become a developer without having a credit card? My possible ways of payment are PayPal and IDeal. [link] [comments] | ||
Posted: 03 Sep 2020 01:02 PM PDT Hi, RecyclerView boilerplate code done for you, check it out https://github.com/rmielnik/SimplerRecyclerView [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] | ||
Is it possible to turn my WordPress blog into an app? Posted: 03 Sep 2020 11:52 AM PDT I need a minimalist app that is linked to my blog so it automatically updates whenever I post new article. Is there a tool to make that happen or do I need to hire a developer, if so how much would it cost to build this app with bare minimum features? [link] [comments] | ||
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 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] | ||
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] | ||
Posted: 03 Sep 2020 07:32 AM PDT
| ||
Posted: 03 Sep 2020 02:55 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] | ||
GIF App Development – How to Develop GIF Encoding Posted: 03 Sep 2020 03:27 AM PDT
| ||
How to Create a Video Conferencing App like Zoom? Posted: 03 Sep 2020 06:03 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] |
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