Weekly "who's hiring" thread! Android Dev |
- Weekly "who's hiring" thread!
- Weekly Questions Thread - June 03, 2019
- Google Play services and Firebase migrating to AndroidX
- [Library] Glide Debug Indicator: draws a colored ribbon over images indicating their source
- Debug tools for Android apps
- Random Permission denied on write externalCacheDir - api 22
- Memory leaks in Android Studio 3.5 beta 3
- Looking for clarification about Google Play app/account suspension
- How to reduce APK size from raw files?
- Unable to login to AdMob, but AdSense and Google Ads are fine?
- Getting data from AWS IoT to my Android APP
- Places / Address API Suggestions that can be used with Google Maps
- Netflix Redux architecture evolves
- Cannot connect to database
- Android Contacts Library
- Splitting UI into two even parts dynamically
- After google announced Kotlin first at google I/O it's better to convert our old projects to Kotlin so we'll be up to date with the newest. Google helped the developer by creating a tool to auto convert from java to Kotlin. In your experience with examples what doesn't work with that tool?
- Moving to the Dark Side: Dark Theme Recap
- Try to build a cross-platform app
- App for donating to charities and nonprofits - legal requirements
- Why should a Component depend on a SubComponent in Dagger2
- Looking for a Graphic design tool on Windows that can convert the design into XML.
- Is Adsense any good?
- [Request Help] Wrapping an existing application to Android
- Google Dev Account
- Help-I need to create an API for database stored in the local storage
Posted: 03 Jun 2019 05:45 AM PDT 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 - June 03, 2019 Posted: 03 Jun 2019 03:57 AM PDT This thread is for simple questions that don't warrant their own thread (although we suggest checking the sidebar, the wiki, 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] | ||
Google Play services and Firebase migrating to AndroidX Posted: 03 Jun 2019 01:27 PM PDT
| ||
[Library] Glide Debug Indicator: draws a colored ribbon over images indicating their source Posted: 03 Jun 2019 09:05 AM PDT
| ||
Posted: 03 Jun 2019 02:36 AM PDT
| ||
Random Permission denied on write externalCacheDir - api 22 Posted: 03 Jun 2019 09:06 AM PDT I do get this issue randomly, if I uninstall the app from android studio and install again. It happens randomly that permission is denied my app from accessing externalCacheDir which normally it should have access to it. This should be accessible to app without requiring any permission. Anyone encountered this issue before? [link] [comments] | ||
Memory leaks in Android Studio 3.5 beta 3 Posted: 03 Jun 2019 03:03 AM PDT AS 3.5 was supposed to be about removing bugs. However, for me this is the buggiest Android Studio I have ever used. I have 8 gigabytes of memory and it was possible to use Android Studio 3.4.1 the whole day without major problems. 3.5 beta 1/2/3 all seem to have huge memory usage and leakage. After couple hours of work, it crashes with memory full exception. Anyone else having the same problem? [link] [comments] | ||
Looking for clarification about Google Play app/account suspension Posted: 03 Jun 2019 12:09 PM PDT Hi ! I' relatively new to Android development, having graduating app development course over a month ago and just starting publishing apps. Sadly, the day I feared the most has come sooner than expected - today, one of my apps has been suspended on Google Play for DMCA copyright infringement (apparently I accidentally used copyrighted art from a video game). Since app suspension can eventually lead to termination of your developer account, I started looking for a list of conditions under which developer account can be terminated. However, I was unable to find anything specific (such as number of violation required for suspension), neither in Google Play documentation or the web:
Since I was unable to find anything conclusive, I've decided to turn to Reddit for information & help. So, if you have any information or personal experience on the matter, I would like to have your opinion on the following topics:
tl;dr: Looking for opinions & personal experiences on Google Play app/account termination or suspension. [link] [comments] | ||
How to reduce APK size from raw files? Posted: 03 Jun 2019 10:58 AM PDT I have a lot of sounds in my app taking up too much space and I want to know how can I reduce my APK size? I've looked into android app bundles but I don't think that'll help me since it's base APK stores all of the res files I believe. [link] [comments] | ||
Unable to login to AdMob, but AdSense and Google Ads are fine? Posted: 03 Jun 2019 01:59 PM PDT Whenever I attempt to login to my AdMob account, I get a message that says "you cannot use AdMob at this time" but with no other indication of why that is. My AdSense is completely fine as well as my Google Ads. The troubleshooter doesn't even have an option for such a message. What can be done? [link] [comments] | ||
Getting data from AWS IoT to my Android APP Posted: 03 Jun 2019 01:55 PM PDT Hello everyone, I am doing a small personal project, where I am sending some data from a board to AWS IoT and saving them to an S3 bucket. Now I want to show these data in real time into my app on an android phone. Do you have any links or other references where I can find more info about this ? I am new in AWS and Android development :). Thank you. [link] [comments] | ||
Places / Address API Suggestions that can be used with Google Maps Posted: 03 Jun 2019 01:47 PM PDT I'm looking for Places / Address REST API cheap / free if possible. I was using HERE geocoder, but looks like I'm not allowed to use it with Google Maps. Google Places API is too expensive for me. My app is free so that's the reason I would like to find cheap as possible API. [link] [comments] | ||
Netflix Redux architecture evolves Posted: 02 Jun 2019 06:19 PM PDT | ||
Posted: 03 Jun 2019 01:18 PM PDT Hi! So I've been trying to connect my app to a database using JDBC but every time I ran the app it just printed out the following error: https://pastebin.com/FYFr4d0J Any idea how to fix? I've tried disabling instant run and tried Files -> Invalidate Cache / Restart... [link] [comments] | ||
Posted: 03 Jun 2019 09:04 AM PDT Hello there, So I was surfing through the Android libraries on Github. Knowing that Contacts API is pain in the ass just wondered if there are any libraries to make things simple. I was suprised that there isnt any viable option, you have to get into the cursor mess if you want to develop even a simple app. Am I missing something? [link] [comments] | ||
Splitting UI into two even parts dynamically Posted: 03 Jun 2019 11:46 AM PDT The title is probably a bit confusing so here: I have an app layout that has 3 parts. One full width button at the bottom. Two full width linear layouts that are on top of each other (vertically) Now those two layouts are supposed to cover one half each of the space above the button. How can i do that without assigning a set hight so it's not dependant on screen size? [link] [comments] | ||
Posted: 03 Jun 2019 10:36 AM PDT | ||
Moving to the Dark Side: Dark Theme Recap Posted: 03 Jun 2019 12:25 AM PDT
| ||
Try to build a cross-platform app Posted: 03 Jun 2019 03:11 AM PDT
| ||
App for donating to charities and nonprofits - legal requirements Posted: 03 Jun 2019 05:21 AM PDT Hello all, I am about to develop an app in which users will be able to donate to nonprofit/charity organisations. Does anyone know if there are any special legal requirements / approval processes for doing that? I'm asking because Apple's AppStore has something like this (3.2.1 Acceptable, (vi) https://developer.apple.com/app-store/review/guidelines/), but I couldn't find any specific information for Google Play, except that In-app Billing doesn't currently support donations, which I don't mind, but there was no more information about donations. [link] [comments] | ||
Why should a Component depend on a SubComponent in Dagger2 Posted: 03 Jun 2019 12:38 AM PDT I came across this post here. I don't really get it why the https://medium.com/@elye.project/reverse-dagger-2-component-subcomponent-dependency-1d972ff2d69b [link] [comments] | ||
Looking for a Graphic design tool on Windows that can convert the design into XML. Posted: 03 Jun 2019 06:41 AM PDT So I've tried looking for ways to design the UI/UX of my upcoming android project. Are there any design tools that I can use to create the UI. I'm looking for something that will convert the design to xml so I won't have to do much typing. I'm using Android Studio on Windows so I can't run Sketch. [link] [comments] | ||
Posted: 03 Jun 2019 06:20 AM PDT What are your views about Adsense, is it any good, are there any alternatives. I get plenty of clicks mainly from Europe and U.S and still my Revenue is just depressing. I am starting to think i am doing something wrong or is Adsense. [link] [comments] | ||
[Request Help] Wrapping an existing application to Android Posted: 03 Jun 2019 03:58 AM PDT
| ||
Posted: 03 Jun 2019 01:44 AM PDT I want to register for a Google Developer account. It accepts transaction from a credit card only which I don't have. The question that whether or not I can use a friend's card. Will there be any further connection of credit card with this account? Also, if I integrate ads the money can be transferred directly to my account or not? [link] [comments] | ||
Help-I need to create an API for database stored in the local storage Posted: 03 Jun 2019 12:21 AM PDT As the title states, I have a database in my internal storage and I have provide an API for a PC to query data on this database. I am unsure on how to do it and if it is even possible. I also need to provide OAuth authentication. I am a beginner in this whole field so please explain it. Thank you. [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