Android Dev - Why not ban JioMeet and JioChat on Playstore since they are exact copies of zoom and whatsapp respectively. |
- Why not ban JioMeet and JioChat on Playstore since they are exact copies of zoom and whatsapp respectively.
- Coding with Mitch - Explaining/Showing how to use Dagger Hilt (YoutTube Playlist) - Really well explained & easy to follow even for DI newbies!
- I’m excited to announce that my open-source sample project about “Android Modular Architecture” just reach 1K ⭐️ on github.
- The final version of Android 11 will be released on September 8
- Flutter for Linux
- Android 11 will let devs block network access in parts of their apps for better security
- Make Recyclerview more fluid when populating with items
- Tech News App Poll
- How to use interface to communicate between activities after process death?
- Google drops app ranking on new update
- The emulator process for AVD API_30 was killed.
- Insights from porting my engine to Android, mostly OpenGL related. Questions welcomed, I can go more deep if someone is interested.
- Android Studio 4.2 Canary 4 available
- How can I create a table dynamically in android?
- 11 Weeks of Android: Privacy and Security
- Leveraging RecyclerView Effectively with ViewModel
- How to learn android app development
- Google Play PolicyBytes - July 2020 Policy Updates
- Android Activity Lifecycle Ultimate Guide
- common.xml file in Android Studio corrupts the project
| Posted: 09 Jul 2020 05:04 AM PDT I have heard and read so many reddit posts on indie developers who have had their apps banned due to being remotely close with certain other apps in look and feel. Going with that logic, why is the Jio meet and Jio chat not banned? They look and function as total ripoffs. Is google against indie developers and they bow down to big organisations? [link] [comments] | ||
| Posted: 09 Jul 2020 06:27 AM PDT
| ||
| Posted: 08 Jul 2020 01:42 PM PDT Maybe sounds insignificant if you compare with video reproductions or a post likes on twitter. But isn't, the project is among top 10 github projects in Kotlin related with Android Architecture Sample with several mentions/references like Android Weekly, AndroidSweets, Droidcon and KotlinBy. I want to say thank you ❤️ in this way for all the support received by the android/kotlin developer community and I hope that some of the architecture decisions taken help you to apply/inspire to your current or next project. Of course, nothing is perfect and this project isn't an exception, there are a lot of things to improve, but the iteration is the key to my point of view. Project Link: https://github.com/VMadalin/android-modular-architecture [link] [comments] | ||
| The final version of Android 11 will be released on September 8 Posted: 08 Jul 2020 09:34 AM PDT
| ||
| Posted: 08 Jul 2020 12:02 PM PDT
| ||
| Android 11 will let devs block network access in parts of their apps for better security Posted: 08 Jul 2020 01:58 PM PDT
| ||
| Make Recyclerview more fluid when populating with items Posted: 09 Jul 2020 04:14 AM PDT I have already asked on SO but didnt get any response so I thought to try my luck here. I have a recyclerview with a grid layout which I populate with data from a local database. The problem that occurs is that when there is roughly more 20 items comming back as a result a lag occurs when populating the recyclerview. I am using all the stuff recommended by google, but cant get past this lag (the lag comes when I submit the list to the recyclerview, the data from the database comes fast) I have stripped down my list item to just one TextView, but the lag is still there (so it can't be because of a too complex layout). I should say that the Recyclerview is inside a Nestedscrollview. Here is a video with the issue: https://streamable.com/jdjdwi And if some is interested in all the details: https://stackoverflow.com/questions/62757066/recyclerview-blocks-ui-when-setting-up-items Is there a way to somehow "prepopulate" the recyclerview with the right number of empty items and then somehow fill the data async? I am somehow stuck here because I don't see how I can move past the main thread to fill the recyclerview. [link] [comments] | ||
| Posted: 09 Jul 2020 07:43 AM PDT Working on developing a Tech news app as a college project and was wondering what features are the most important to the average user, so i thought who would use a tech news app... Dev's like me! So here i am with a poll, asking you what would be the most important feature in a tech news app in your opinion. [link] [comments] | ||
| How to use interface to communicate between activities after process death? Posted: 09 Jul 2020 07:16 AM PDT I am building an SDK and need to implement callbacks between activities, without actually finish activity. I previously used onActivityResult to provide results back to caller activity. However, this closes activity and I need to deliver callback, without finishing activity from SDK. My current implementation: For example, the client calls initializeSDK() from his activity after button click. Then client passes interface as parameter, which is set as property in SDK singleton. Then I use that interface to return results. The problem occurs after process death. The interface becomes null, because it is not serialised and I can't return callback to client anymore. How should I edit my code to tackle this issue? Is it even possible? I know that client can initialise SDK in the application class, then it will be re-set after process death. However, such approach will result in difficulty for client to communicate results back to activity from application class. [link] [comments] | ||
| Google drops app ranking on new update Posted: 08 Jul 2020 09:28 PM PDT Hi, I have noticed one thing since last few months. Whenever i update my app google drops the position of the app in the play store ranking and after 1,2 days app comes back to it's original position. Did you also noticed it? Why it is happening? [link] [comments] | ||
| The emulator process for AVD API_30 was killed. Posted: 09 Jul 2020 05:55 AM PDT
| ||
| Posted: 08 Jul 2020 11:02 PM PDT | ||
| Android Studio 4.2 Canary 4 available Posted: 08 Jul 2020 03:04 PM PDT | ||
| How can I create a table dynamically in android? Posted: 09 Jul 2020 04:23 AM PDT I want a simple way of creating a table in an android activity without outside libs. Thanks :) [link] [comments] | ||
| 11 Weeks of Android: Privacy and Security Posted: 09 Jul 2020 01:45 AM PDT | ||
| Leveraging RecyclerView Effectively with ViewModel Posted: 08 Jul 2020 08:50 AM PDT | ||
| How to learn android app development Posted: 08 Jul 2020 08:58 PM PDT I want to learn android app development using android studio, but there seems to be many courses and tutorials free and paid and cannot decide which is the best. I have good experience with programming done python/Java before. Do you guys have any suggestions on what courses or resources I can use to start learning from basics? I'm very lost. [link] [comments] | ||
| Google Play PolicyBytes - July 2020 Policy Updates Posted: 08 Jul 2020 08:23 AM PDT
| ||
| Android Activity Lifecycle Ultimate Guide Posted: 08 Jul 2020 09:43 AM PDT Why do we need another guide on Android Activity Lifecycle? There are many articles already, including the full official documentation, but I think they have some problems:
In this practical guide, we will see why the Activity Lifecycle is essential and how to use it correctly. I'll also show you another way of the Android Activity Lifecycle diagram, which you can find more understandable. Take a look at the diagram and read more here https://vladsonkin.com/android-activity-lifecycle-ultimate-guide/ [link] [comments] | ||
| common.xml file in Android Studio corrupts the project Posted: 08 Jul 2020 02:59 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