Android Dev - Creating your own REST API? |
- Creating your own REST API?
- I have just published an article "Implementing The Motion System with material components for Android"
- Because of Coronavirus, Google Says Android App Reviews May Take Longer
- Android's Built-in ProGuard Rules: The Missing Guide
- minSdkVersion
- Sending logs from Android device via internet
- Android Makers joins the list of conferences going virtual
- Android’s CameraX Jetpack Library is now in Beta!
- Best way to get wikipedia content
- Need advice on how to make a radial/pie chart menu.
- How to use Gradle property files in your project
- Camera 2 API
- How do you display GDPR dialog in your apps?
- How to improve organic user acquisition and get the most out of channels that can bring you growth at minimum cost?
- Developers! Cry for help
- Paging Library - What's the most efficient way to update data?
- Jenkins-Flastlane CI/CD for Android Project for beginner
- So, the Instagram feed is just an infinite RecyclerView?
- Need ideas for a dark theme? This small project lets you get inspired by Twitter, WhatsApp and Shazam; select the hue value and instantly preview the results.
- App Publishing?
- Is there any free crowdin alternative for translations you people use?
- How to use FragmentFactory with ViewPager2/FragmentStateAdapter ?
- NDK not working
- adb install security
Posted: 17 Mar 2020 01:08 AM PDT How hard is it for someone with Android development experience to create their own REST API? Is this something that every Android dev should know how to do? I have a couple project ideas that would require this, but no idea where to start (or if it's worth the time investment). I know Java/Kotlin but I have little experience outside of the Android framework. [link] [comments] | ||
Posted: 17 Mar 2020 05:01 AM PDT
| ||
Because of Coronavirus, Google Says Android App Reviews May Take Longer Posted: 17 Mar 2020 03:47 AM PDT
| ||
Android's Built-in ProGuard Rules: The Missing Guide Posted: 16 Mar 2020 12:23 PM PDT
| ||
Posted: 17 Mar 2020 03:56 AM PDT Hey guys, I am asking this question because I don't think it has been asked lately and all I find on the net is pretty old. - How do you guys know when it is time to upgrade the minSdkVersion to a newer one? For me, as a rule of thumb, I would have try to choose the minimum sdk version based on having at least 95% of the android devices that are on the market. - I don't think that android dashboard is reliable because it has not been updated for almost a year. - is @minSdkVersion reliable? - I have heard that pornhub have published what are their users' versions. Although it is a nice act, I don't think it is reliable enough. Thanks a lot guys! [link] [comments] | ||
Sending logs from Android device via internet Posted: 17 Mar 2020 04:38 AM PDT Hello, guys! [link] [comments] | ||
Android Makers joins the list of conferences going virtual Posted: 17 Mar 2020 04:18 AM PDT
| ||
Android’s CameraX Jetpack Library is now in Beta! Posted: 16 Mar 2020 11:11 AM PDT
| ||
Best way to get wikipedia content Posted: 17 Mar 2020 08:39 AM PDT I'm trying to make an app that lets users search for movies which will give them the plot of the movie and for this I'm using Wikipedia API which has almost every movies details and plots, but it is one heck of a job as Wikipedia has tons and tons of APIs in their list . So I thought I'll make a react native component which can search a movie and provide the title of articles relating to the search text but the main problem is that wikipedia doesn't classify it's articles , so I only listed the articles containing certain words that might link it to a film or series. Do you think it's a good approach [link] [comments] | ||
Need advice on how to make a radial/pie chart menu. Posted: 17 Mar 2020 08:16 AM PDT I am trying to make a typical radial menu for my app, but I have no idea how to do so. I have found some people doing something similar online, but most of the things I've found are all very old(4+ years), and I just keep thinking there might be something newer or better solution since then. Is there any library or example that people generally follow? I would think a radial menu is not so uncommon as to be so hard to find a library or good tutorial for, yet here I am struggling a bit to find something that seems modern and legit. Any pointers would be appreciated. Thanks. [link] [comments] | ||
How to use Gradle property files in your project Posted: 17 Mar 2020 08:00 AM PDT
| ||
Posted: 17 Mar 2020 07:28 AM PDT Is it possible to get stream from multiple lens at the same time using camera 2 API? Is there any reference codes that I can refer? [link] [comments] | ||
How do you display GDPR dialog in your apps? Posted: 17 Mar 2020 07:19 AM PDT How do you display GDPR dialog in your apps? Do you use Google provided lib? Do you use some custom lib? [link] [comments] | ||
Posted: 17 Mar 2020 06:20 AM PDT
| ||
Posted: 17 Mar 2020 05:42 AM PDT This has been asked before, but there arent many threads about it. The problem at hand is getting apps full screen (aka "immersive mode") on devices with notches or hole punch cameras. Im using a S20 ultra but the question pertains to all phones since the s10 range. Currently its impossible to do without either rooting or using app cloner, but there are obvious drawbacks. A simple solution would be implementing a profile under developer options that simulates a screen without a notch. Currently there are only options to simulate screens with different notches. AFAIK the problem is that the hole punch is letterboxed so most apps render under this area. Is there anyone that can find a solution to remove this letterbox area? ANYONE?? [link] [comments] | ||
Paging Library - What's the most efficient way to update data? Posted: 17 Mar 2020 02:34 AM PDT I have a date picker that I would like to use as an input for updating Recyclerview based upon whether Room has entries for that corresponding day/week/month. The date picker is not the problem here. I'm confused about the Paging Library as to what's the most efficient way to update data since PagedList is immutable. Is there something else that might work better? Should I not use the Paging Library and should I get some sleep? I have it working by setting a new adapter on every click but I know that can't be right. [link] [comments] | ||
Jenkins-Flastlane CI/CD for Android Project for beginner Posted: 16 Mar 2020 09:07 PM PDT Today I want to show a little bit about how to implement CI/CD for an Android project. I'm using: Fastlane, Jenkins to do that. Please give me some response on the article on Medium if the article has any confusion or not clear, or something wrong. [link] [comments] | ||
So, the Instagram feed is just an infinite RecyclerView? Posted: 16 Mar 2020 09:38 AM PDT | ||
Posted: 16 Mar 2020 05:11 PM PDT | ||
Posted: 17 Mar 2020 01:18 AM PDT Hello, First of all, I apologize if this has already been asked. I tried to search by keywords and didn't see anything. Also if I'm in the wrong subreddit let me know. I'm not trying to spam or be annoying. I'm new to hiring freelancers for app development. I was wondering if they make the app and get it all together and upload it. How will I be able to get the income from the ads/IAP. I would love a response back. Thanks! [link] [comments] | ||
Is there any free crowdin alternative for translations you people use? Posted: 16 Mar 2020 10:53 AM PDT My app needs to be translated into other languages. I was thinking crowdin was a free platform, but it's not. Anyone uses any such free service? [link] [comments] | ||
How to use FragmentFactory with ViewPager2/FragmentStateAdapter ? Posted: 16 Mar 2020 06:53 PM PDT I would like to use the constructor inject in the page fragment. But I can't find any example that uses FragmentFactory with ViewPager2/FragmentStateAdapter. So, I try to write some code but I have no idea is it the correct way? [link] [comments] | ||
Posted: 16 Mar 2020 09:29 AM PDT I'm new in Android developing but I've been coding is C/C++ for a while and wanting to start developing using that. I found out I need NDK to do this (Plus CMake and LLDB) but my problem is that when I start a new project I keep getting an error saying: Gradle sync failed: NDK not configured. Download it with SDK manager. Preferred version is '20.0.5594570'. This error shouldn't come up because I already have NDK and I can't seem to figure out what the issue is Other info: The NDK I have has been installed (NDK Side by Side) and is version 21.0.6113669, I don't know how to change this version or any other way to fix this error The version of Android studio Im using is 3.6 Sorry if this is a simple fix but I can't find anything online that has the same issue as me, appreciate any help I can get [link] [comments] | ||
Posted: 16 Mar 2020 04:26 PM PDT Hello, when trying to install an app adb returns the error "(package) signatures do not match the previously installed version" is there any way to bypass this frustrating security check and install the app anyways? [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