Android Dev - google/android-emulator-m1-preview Android Emulator M1 Preview |
- google/android-emulator-m1-preview Android Emulator M1 Preview
- Hide and Keep your API key out of GitHub repository
- apkutil: a useful utility for android app security testing
- 6 — 12 December Android Newsletter
- How To Write Better Tests in Android With JUnit 5
- How to speed up the AdMob ad's loading process
- Getting java.io.NotSerializableException and have no idea why. Any chance for some help?
- One or multiple navigation graphs
- Reducing build times in multi-modular project.
- Which way is better to improve as an Android dev?
- Is there a reliable Gift Card API?
- best practices for syncing data
- What is the way to go in 2020?
- Raising keywords rankings by increasing install volume
- Are you looking for a development partner/team member?
- Certificate pinning with OkHttp
- Protecting Images in Assets
- aktsk/aprox Android PROXy setting tool
- High quality TTS engine
google/android-emulator-m1-preview Android Emulator M1 Preview Posted: 13 Dec 2020 02:09 AM PST
| ||
Hide and Keep your API key out of GitHub repository Posted: 13 Dec 2020 04:38 AM PST | ||
apkutil: a useful utility for android app security testing Posted: 13 Dec 2020 02:27 AM PST
| ||
6 — 12 December Android Newsletter Posted: 13 Dec 2020 02:25 AM PST Stay up to date with Android development, in this week's edition: Read it here 👉 https://vladsonkin.com/android-newsletter-24/ 🔥Featuring @elye_project @maxirosson @rishit_dagli @nonewsss @AshleyFigueira @Tunji_D and many other great authors! 💚 Subscribe and receive new editions directly to your email. Weekly, no spam, unsub anytime. [link] [comments] | ||
How To Write Better Tests in Android With JUnit 5 Posted: 12 Dec 2020 10:09 AM PST
| ||
How to speed up the AdMob ad's loading process Posted: 13 Dec 2020 04:58 AM PST my app was working fine it was going from activity1 to activity2 with no time. But after adding two ads in activity2 (banner ads and interstitial) it almost takes user 3 seconds of time to go from activity1 to activity2 I tried this code
but its not working at all, then i tried this
and it did work fine but after delay time gets completes activity2 gets completely freeze for 5000(5 seconds) what should I do now? [link] [comments] | ||
Getting java.io.NotSerializableException and have no idea why. Any chance for some help? Posted: 13 Dec 2020 07:59 AM PST That is the crash I am getting when I look at the android play store console crash reports. I have no idea what might be causing it, I tried to see if I can replicate it but could not manage get my app to crash. Here is the code that I think might be causing it(just cause thats the serialisable transfer that I added the version I started getting the crashes), but I could not find the problem in it. And I am getting a lot of crashes from it(sitting at around 1.068 crashes per 1000 uses) This is the code that goes makes something serialisable: And here is the class materialInfo I try to transfer: The TriviaQuestion.Topic is an enum that looks like this: I would really appriciate some help on this I am trying to find what is causing these crashes for a couple of weeks already and not being able to replicate it makes stuff even harder [link] [comments] | ||
One or multiple navigation graphs Posted: 13 Dec 2020 03:35 AM PST If an app has let's say an onboarding screen, login, registration and home screen that doesn't require authentication and in parallel some screens and flows implemented via fragments which do require authentication, would one navigation graph suffice or would I be best served using a nested navigation graph? [link] [comments] | ||
Reducing build times in multi-modular project. Posted: 12 Dec 2020 05:31 PM PST Recently in our company we finished modularization and saw great improvement in incremental builds. However, clean build as well as IDE performance started to degrade. So we come up a solution and would like to share with you guys. Here is the link to the medium post. Hope you guys like it. Any suggestions are welcomed. [link] [comments] | ||
Which way is better to improve as an Android dev? Posted: 12 Dec 2020 12:29 PM PST Hello fellas, I am an android dev who has 1,5 year exp in commercial companies, I didn't get proper knowledge from university or some courses but I learned myself and from internships I did. So while I was developing myself I feel I still have huge lack of knowledge in programming foundations. I keep having this feeling and it bothers me a lot. Therefore, I want to start filling this spots so I can move forward with confident. In this situation, I'd like to ask some questions to android devs who already passed this path that Im on. First of all, I know java and kotlin. I mean Im able to use them to complete my daily tasks at work and I can save the day. But I dont feel enough comfortable with them. So I want to make myself safe in one language so I could easily move forward. Would you suggest Java or Kotlin? At work we use both in project. And I believe it would be okay if I could learn one of them properly. My second question is how should I make progress to feel comfy about the language? How should I learn it? By book? By courses etc? What was your method to get better on these languges or android dveelopment? Thanks a lot for your time and help. [link] [comments] | ||
Is there a reliable Gift Card API? Posted: 13 Dec 2020 12:10 AM PST I want to integrate functionality in my app that will send users a Gift Card code via email. For example, send them: Code: IUBEIW32893EFEE Site: Amazon.com Amount: $20 via email. I also want the ability to choose to send gift cards from multiple vendors. Example: https://support.mistplay.com/hc/article_attachments/360058667014/20200225_162401.jpg Any idea if there is a reliable API for e-gift cards? I have seen Giftbit but it does not accept Australian credit cards (where I live). [link] [comments] | ||
best practices for syncing data Posted: 13 Dec 2020 04:26 AM PST Hello friends. I am developing a simple image editing app with masks functionality. now this masks are provided by designer as a zip file. every time when app starts (Application.onCreate), it syncs with server update collection. Lately we have introduced limited edition collection, e.g. christmas holiday. now i'm not quite able to figure out how to do the sync: counting on user to kill the app to update the collection is wrong. updating collection intrusively may crash the app, as user may be using the collection, when command to delete was received. how this case should be handled, are there any best practices? [link] [comments] | ||
What is the way to go in 2020? Posted: 12 Dec 2020 08:37 PM PST I developed some simple apps back in 2012-2014. Since then a lot has changed and it seems instead of Java nowadays I should use Kotlin or Dart/Flutter? Basically I want to develop a simple app with some stopwatch/counter (maybe also use a voice that does a countdown or tells you the current round) and statistics (basically more or less just simple line graphs I think). I am wondering what is the way to go? Can Dart/Flutter handle this? Basically I saw an app (aktibody) that has a similar look and feel what I want to create (although their purpose is quite different I want to have a similar style and graphs) and I am not sure how they did this. Anyone know if they are using Dart/Flutter or would a app like this would be possible with Dart/Flutter? Is this a good way or how would you create such an app in 2020? What Language and Framework. Probably Java and Eclipse isn't the way to go anymore xD PS: I target on android, but I would't mind if it is cross platform out of the box. It would be also nice if there are no licenses for commercial use, because maybe one day I put it in the app store and maybe get some money. I also thought for some seconds about C#/Unity (I am mainly C# dev) and if that would be possible, since I know e.g. I had installed a "zen timer" that was created in Unity, but about statistics I am not sure if that would be smart to do that app in Unity. [link] [comments] | ||
Raising keywords rankings by increasing install volume Posted: 12 Dec 2020 08:35 PM PST My goal is to raise my keywords rankings (especially inb countries that are expensive to advertise in) by increasing downloads with as little money as possible in cheaper countries to advertise. I'm currently at 2¢ per install aiming towards the Arab world, I know the culture and what people like, so I'm getting really high CTRs and Acquisition You guys think this is a good strategy? [link] [comments] | ||
Are you looking for a development partner/team member? Posted: 12 Dec 2020 04:22 PM PST Hey there! Is anyone looking for some collaboration, someone who can assist them in their project, just wants to work together? I would like to join! :) Motivation: I realized I was way more motivated when working on a project together with other people. Furthermore working together with other people helps me (and others) in self development :) Hit me up! :) [link] [comments] | ||
Certificate pinning with OkHttp Posted: 12 Dec 2020 09:03 AM PST
| ||
Posted: 12 Dec 2020 11:33 PM PST Is there now a way to protect images used in an Android App? My apps are image based and because anyone with a PC can open up an .apk, I have not published any new apps to the Play Store. Plus there is a guy in India + others who actively steal my content. Which is why I only release new apps to iPhone. [link] [comments] | ||
aktsk/aprox Android PROXy setting tool Posted: 12 Dec 2020 11:16 AM PST
| ||
Posted: 12 Dec 2020 12:00 PM PST I am making a reading app and was wondering if there is a high quality less robotic TTS engine to use? [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