Android Dev - Weekly "who's hiring" thread! |
- Weekly "who's hiring" thread!
- Weekly Questions Thread - December 30, 2019
- Big Nerd Ranch still an option in 2019?
- Today I found my exact app with a different package name published on Google Play, is my admob account in risk ?
- Will using RamDisk decrease build time?
- A lightweight dropdown popup spinner with an arrow and animations.
- Android app template
- Any reliable crash report SDK tool? Is Firebase Crashlytics good?
- Store SSH key management
- Copyright permission ?
- In-Game tutorials for android games. How can you make your own. Check out
- MediaStore.Audio.Media.DURATION exists on Android Pie?
- What subjects and/or tools would you suggest to someone (new to android dev or has outdated knowledge) to learn in 2020
- Ads not showing up in apk
- Android Compose Vs Motion Layout
- Anyone who have experienced this error before " IOError: [Errno 2] No such file or directory: directory…proj.android\\app/build/outputs/apk\\debug\\app-debug.apk "
- React-Native Javascript app Adcolony ads, Unity ads, Vungle ads, SDK problem
- Topeka: Transition Animations
- First mobile app project with a client
- Do you experience a huge difference in number of crashes, between mobile/ desktop Google Play Console?
- Technology Trends in 2020 for Mobile Developer
- Dagger in a multi-module project without dagger.android
- Tutorial on creating and using different build type variables. Used for when you may have qa URLs, QA environment tokens, separating a paid app from a free one, etc.
- Do we hace "camerax" now?
Posted: 30 Dec 2019 04:44 AM PST Looking for Android developers? Heard about a cool job posting? Let people know! Here is a suggested posting template:
Feel free to include any other information about the job. [link] [comments] | ||
Weekly Questions Thread - December 30, 2019 Posted: 30 Dec 2019 02:56 AM PST This thread is for simple questions that don't warrant their own thread (although we suggest checking the sidebar, the wiki, our Discord, or Stack Overflow before posting). Examples of questions:
Important: Downvotes are strongly discouraged in this thread. Sorting by new is strongly encouraged. Large code snippets don't read well on reddit and take up a lot of space, so please don't paste them in your comments. Consider linking Gists instead. Have a question about the subreddit or otherwise for /r/androiddev mods? We welcome your mod mail! Also, please don't link to Play Store pages or ask for feedback on this thread. Save those for the App Feedback threads we host on Saturdays. Looking for all the Questions threads? Want an easy way to locate this week's thread? Click this link! [link] [comments] | ||
Big Nerd Ranch still an option in 2019? Posted: 30 Dec 2019 05:09 AM PST i'm starting to learn android app development, at first i thought of udemy courses but they don't explain everything going on and they don't implement good practices or any software architecture like MVP etc. I skimmed through the Big Nerd Ranch for android 3rd edition (the one with java) and i found it pretty nice and the explanation was indepth, the only question i have is, is it outdated? the 4th edition came out but its in kotlin and i want to do it in java first as i am a beginner. Could you guys help me with resources or a path maybe? [link] [comments] | ||
Posted: 29 Dec 2019 03:45 PM PST Hey everyone, Today as I was checking the "app-ads.txt" section on my admob account, I was shocked that I found an app that is not even mine listed with my other apps. I clicked on the link to the play store page and found that the app is a clone of one of my apps, not just a clone but it's actually exactly my app with a different package name, someone took my app changed it's package name and uploaded it to play store, so the ad units IDs are my IDs .. etc And I am so worried that this is gonna bring my admob account trouble or something (invalid traffic maybe) What should I do now, is there any way I can report the app and get it removed or should I submit an update with new ad units .. any help would be so much appreciated ! Thank you all Edit (update) : After checking the source code of the clone, he did indeed change the IDs but still I dont understand why the app appeared on my admob account's "app-ads.txt" section. Even if he forgot to change my admob's app ID in the manifest, that still doesn't explain it, cuz I already have some apps that had ads on them but I removed all ad units from admob to stop them from showing ads without having to submit an update, and these apps stopped appearing on the "app-ads.txt" section on my account ! so ... Note that I checked carefully all units, and I can confirm that all of them are replaced. Any ideas ? [link] [comments] | ||
Will using RamDisk decrease build time? Posted: 30 Dec 2019 05:36 AM PST Did anyone tried using Ram memory instead of SSD/HDD for your project? How faster is it? You need just two steps: Linux: https://www.techrepublic.com/article/how-to-use-a-ramdisk-on-linux/ Windows: http://www.ltr-data.se/opencode.html/#ImDisk macos: diskutil erasevolume HFS+ 'RAMDisk' Then in your grade: allprojects { if (new File("your_ram_disk_path").exists()) buildDir = "your_ram_disk_path/build/${rootProject.name}/${project.name}"} [link] [comments] | ||
A lightweight dropdown popup spinner with an arrow and animations. Posted: 29 Dec 2019 07:10 PM PST
| ||
Posted: 30 Dec 2019 07:44 AM PST Maybe it's not the right place to ask, but I want to make an Android app with a similar style to Reddit Is Fun. I have every information saved in a local db and I just to make an app with the same style to display the db content. I'm not asking the source code of rif, but is there something I can start from? A template for example? [link] [comments] | ||
Any reliable crash report SDK tool? Is Firebase Crashlytics good? Posted: 30 Dec 2019 07:39 AM PST Recently, we notice that the crash report from Google Play Console is not reliable. There are around 766 crashes incidents in statistics page - https://i.imgur.com/vEPBUPF.png However, in ANR & crashes page, there are around 50 crash stack trace being shown - https://i.imgur.com/xRxZlCD.png Do you use any 3rd party crash report SDK, to help you obtain a more reliable crash report and stack trace? If yes, can you kindly recommend one? Thanks. [link] [comments] | ||
Posted: 30 Dec 2019 05:52 AM PST Hello, I'm creating simple secure MQTT client application. For this reason I need to generate key on server and store it together with certificate in Android device. What key management algorithm I should use and where I should store security credentials? [link] [comments] | ||
Posted: 30 Dec 2019 05:29 AM PST So im planning to make a tutorial app for a video game but i was wondering if using the game name and/or logo is considered copyright infringement and if i will need a special permission from the game developers! [link] [comments] | ||
In-Game tutorials for android games. How can you make your own. Check out Posted: 30 Dec 2019 05:10 AM PST
| ||
MediaStore.Audio.Media.DURATION exists on Android Pie? Posted: 30 Dec 2019 05:07 AM PST
| ||
Posted: 30 Dec 2019 03:18 AM PST I used to be proficient in android dev but wasn't able to hold on to that knowledge bc of my profession now (web dev) , but would like to re-learn it. I'm afraid that just by reviewing my notes on techniques and tools i used from my past projects would probably outdated by now since I do know how fast technology evolves. I would like a fresh start [link] [comments] | ||
Posted: 30 Dec 2019 06:25 AM PST Yesterday I published my app and before I published my app, I changed the ad ID's from the test ID's to the real ID's but when I launched my app the ads didnt show up, is this just because it wasnt downloaded via google play or is this a bug? [link] [comments] | ||
Android Compose Vs Motion Layout Posted: 29 Dec 2019 06:58 PM PST Once Android Compose is ready for production, what will be the future of Motion Layout? [link] [comments] | ||
Posted: 30 Dec 2019 01:55 AM PST I'm new to android development and cocos2dx so need some help.At first I was trying to run the project from Android studio but the game crashed with some sort of error "couldn't find "libcocos2dcpp.so" and there was no libcocos2dcpp.so in any of my architecture folders.so someone suggested me to build the project with console first it will generate that file in architecture folder. but When I try to compile the code through console this error comes up after "successfully build process " and I don't get the apk file nor there is any libcocos2dcpp.so file generated. Idk if its a right platform to ask for the help or not. If someone can solve the issue and generate apk file i'm ready to pay him too . Any help will be appreciated [link] [comments] | ||
React-Native Javascript app Adcolony ads, Unity ads, Vungle ads, SDK problem Posted: 30 Dec 2019 01:36 AM PST HÄ° I have a mobile app. I want to add ads to my application that I wrote with Javascript on React Native. But there is no Javascript SDK file for Adcolony, Unity, Vungle. Help please. [link] [comments] | ||
Posted: 29 Dec 2019 09:15 PM PST
| ||
First mobile app project with a client Posted: 29 Dec 2019 05:27 PM PST So this is my first month working as an Android Dev in my city. I am a fresh graduate and working in a start-up company, I mean this company was like founded this year November and the owner of the company is hiring inexperienced devs and right now there are 4 of us (fresh graduates 2 android devs and 2 web devs) working on this mobile app. We are in a mess right now for our client does not speak English very well and we are having a hard time communicating with them. Tbh, we spent 3 weeks on the design (I made the UI design) for the app. We don't have Senior so we are on our own. I know very well with Java. Can someone advise us on the steps that we need to make in order to pull off this project? What are the necessary requirements that we need to ask from the client (except budget) and the technology that we need to use? (they also need web app for admin). We really don't know now on what the client wants because of miscommunication. Help [link] [comments] | ||
Posted: 29 Dec 2019 11:06 PM PST I use both mobile Google Play Console ( https://play.google.com/store/apps/details?id=com.google.android.apps.playconsole&hl=en ) and desktop Google Play Console ( https://play.google.com/apps/publish ) to check app status. However, recently, I notice there is huge difference in number of crashes, between mobile/ desktop Google Play Console . mobile version reports there is around 700+ crashes in current production version. desktop version reports there is less than 30 crashes in current production version. https://i.imgur.com/dGlo6Fd.png - mobile Google Play Console https://i.imgur.com/NeorKUu.png - desktop Google Play Console Do you experience the same as I do? What do you do to rectify this? [link] [comments] | ||
Technology Trends in 2020 for Mobile Developer Posted: 30 Dec 2019 02:43 AM PST
| ||
Dagger in a multi-module project without dagger.android Posted: 29 Dec 2019 09:45 AM PST
| ||
Posted: 29 Dec 2019 12:15 PM PST
| ||
Posted: 30 Dec 2019 01:24 AM PST |
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