Android Dev - Android Studio Chipmunk | 2021.2.1 Patch 1 now available |
- Android Studio Chipmunk | 2021.2.1 Patch 1 now available
- Cannot use Kotlin contracts with Android
- I have build a android app called Just Listen and it is open source
- want to start developing android apps need help
- Using the Bing Maps SDK with Jetpack Compose, but how?
- Any non-EU android devs made it to EU ,what is your story?
- Can a photo recovery app from a play store steals the scanned data to the server side?
- Google play instant - NFC permissions?
- Bank verification deposit
- Handling user authentication
- how can i retrieve single object from database ?
- Google Developer account removed can't upload apps issue
- Do you know someone who made lot of money by making android apps?
- RecyclerView with different item layout
- What are the use cases of Data Binding and when is it better to use compared to View Binding?
- About 5G NSA
- How to read the "Private DNS provider hostname" programmatically in Android?
- Is Android Java dead?
- anyone experienced with modifying android studio source code?
- making api calls through localhost
- Question about View Binding
Android Studio Chipmunk | 2021.2.1 Patch 1 now available Posted: 25 May 2022 10:58 AM PDT | ||
Cannot use Kotlin contracts with Android Posted: 25 May 2022 01:35 PM PDT
| ||
I have build a android app called Just Listen and it is open source Posted: 24 May 2022 10:30 PM PDT The app is a media player that is using public APIs for fetching details about the songs/playlists. Features
As a note, it is terrible written, but it works, soo I decided to publish it because I worked quite a lot on it. Technologies :
Here is the repository: https://github.com/RLD-JL/Just-Listen Any contributors are way more than welcome. [link] [comments] | ||
want to start developing android apps need help Posted: 25 May 2022 01:39 PM PDT So I have experience in python but just wanted to do some mobile development to expand I guess. But I don't actually know of any of the common terms and what's out there. Can someone please help me understand what options are there and what you would recommend I do because kinda lost lol [link] [comments] | ||
Using the Bing Maps SDK with Jetpack Compose, but how? Posted: 25 May 2022 07:37 AM PDT Hi team, yes, I'm new to Android, Kotlin, Jetpack Compose, that's why this question might be a little bit hideous. Since the Microsoft Surface Duo emulator and the Windows Subsystem for Android do not support the Google Play Services, I must use another Map provider. I checked out Bing Maps SDK - since it has a more simpler token structure and pricing for hobbyist projects than e.g. MapBox. The problem is that the official tutorial from Microsoft only supports Java, XML and Activities. No Kotlin, nor Jetpack Compose in sight. I created a feature issue in the related GitHub repository and a post in the Surface Duo TechNet community. It's hard for me to write a bridge between the "old" way in which the Bing map component lives and the new one Jetpack compose. My googling was without any helpful tip or success, that's why I'm now asking you. [link] [comments] | ||
Any non-EU android devs made it to EU ,what is your story? Posted: 25 May 2022 02:27 PM PDT | ||
Can a photo recovery app from a play store steals the scanned data to the server side? Posted: 25 May 2022 01:20 PM PDT I recently used one of the free photo recovery apps available on the play store in my old android s3 phone. It was successfully able to find the multiple copies of images but with low quality. My question is, if it is possible that the images I clicked recover on are also saved on the server where app developer can access it? In the privacy policies I didn't find much info but it claim to perform read only operation in the device. Response will be highly appreciated. [link] [comments] | ||
Google play instant - NFC permissions? Posted: 25 May 2022 12:44 PM PDT I read that instant apps do not access NFC while app clips from the other world do. Is there a workaround to have NFC available? Or maybe a plan to enable that in the future? [link] [comments] | ||
Posted: 25 May 2022 12:43 PM PDT Hi everyone, Yesterday I created my first developer account on Google Play Console. I followed the steps to add a new payment method and entered my bank's account information. It's one of the most widely used banks in Canada. Google is supposed to make a deposit in my account and I'll enter the number in the dashboard to validate it. It's been almost 24 hours and nothing yet. I know that they say it could take 2-3 business days, but I'm just wondering if this is common. If anyone here had to do this validation recently, how long did it take for you to see the deposit in your account? [link] [comments] | ||
Posted: 24 May 2022 11:57 PM PDT This might seem like a basic topic; however, i have a few questions about handling user authentication. I'd say i'm a currently a Junior level Android Developer, and have been developing applications with user authentication with the help of Firebase. I want to expand this so that i don't re-implement the same logic if i ever want to make an IOS version or even a Website for my application. Till now, I've established that i need to create a server and deal with all the backend code there, exposing whatever functionality i need using some sort of API. i've got the basics of (CRUD) operations using REST down. However i feel lost when trying to implement server-side authentication. I'm having trouble differentiating between authentication and authorization and the general flow. If you have some reliable and beginner friendly documentation, please feel free to share them (I'm using Nodejs with the express framework as my server-side code) any help would be greatly appreciated. Thank you!! [link] [comments] | ||
how can i retrieve single object from database ? Posted: 25 May 2022 11:38 AM PDT i've an app that sends an api request to send back bitmap, im able to insert the bitmap into database using room and im also able to retrieve all the data and view it in recyclerview but what am i asking for is how can i retrieve that single image to view it in single imageview what Query should i use? and how to observe it in a fragment ? Model class
Dao
Repository
View Model
Fragment
[link] [comments] | ||
Google Developer account removed can't upload apps issue Posted: 25 May 2022 11:04 AM PDT My Google Developer account removed can't upload apps. But my admob account is still enable. After 4 years of developer account disabled i got an email that my admob account is going to disable if i am not reserving ads. Warning message is - AdMob account inactive Your AdMob account has been inactive for over 5 months. Accounts that haven't served ads for 6 months will be automatically deactivated. Can anyone have an idea to save my admob account. Can't upload new apps because of disabled google developer account. My account had 6 apps all are got better user count. all gone one night four years ago. Please give some ideas to save my admob account. [link] [comments] | ||
Do you know someone who made lot of money by making android apps? Posted: 24 May 2022 10:10 PM PDT There are many good android developers who make good app. But I don't think most of their apps generate any revenue on play store. If someone has managed to pull this off how did they do it? [link] [comments] | ||
RecyclerView with different item layout Posted: 25 May 2022 09:55 AM PDT i mean lets say you call an api and u fetch json data and then u call anotehr api and the data are different so u need a different layout/view i mean the design of the list items right inside the recyclerview different textviews and the layout etc. how can u do that? ExampleAdapter.java package com.example.recyclerview_cards;
[link] [comments] | ||
What are the use cases of Data Binding and when is it better to use compared to View Binding? Posted: 24 May 2022 09:11 PM PDT I am new to Android programming. My usage of View Binding is pretty much just replacing FindViewById. Is it worth it to explore Data Binding if I just want to use View Binding in my projects ? [link] [comments] | ||
Posted: 25 May 2022 04:03 AM PDT Hi everyone, I'm trying to retrieve the ARFCN (Frequency Channel Number) that a device in a 5G network is currently using. The thing is that the 5G all the operators in my city offer is of the NSA type, thus meaning that the phone will always be registered to a 4G LTE network as a primary cell and will use a 5G NR cell as a secondary one. To get the mentioned ARFCN one will normally use the PhoneStateListener.onCellInfoChanged(List<CellInfo> cellInfo)) method and check from the list which CellInfo is that one the device is registered on, get the CellIdentity attached to it and then get the ARFCN. The problem is that, aside from being only registerd to a CellInfoLTE (4G) there's no trace of any CellInfoNR (5G), registered or not. Weird thing is I can get the 5G signal intensity through PhoneStateListener.onSignalStrengthsChanged(SignalStrength signalStrength)). Any lead, piece of advice or hope is welcomed :) Thanks for reading. [link] [comments] | ||
How to read the "Private DNS provider hostname" programmatically in Android? Posted: 25 May 2022 07:06 AM PDT I wanted to know what is the way to read the "Private DNS provider hostname" under Settings Network, Advanced , Private DNS ? This stackoverflow post is for writing to the Private DNS setting but I was just looking for reading the settings. An app by the name of CleanBrowsing available on the Google play store is able to write and change the settings but cannot just figure out how it is done. Any inputs will be highly appreciated. [link] [comments] | ||
Posted: 25 May 2022 12:28 AM PDT Hello folks, Reading many post here, many tutorial on the Net or sample code, a big part is written in kotlin. I still develop in Java. So did I am an old dev using a dead (or almost) technology and language? Did I need to switch rapidly to kotlin? Thanks for your time for reading me and your answers. [link] [comments] | ||
anyone experienced with modifying android studio source code? Posted: 25 May 2022 02:57 AM PDT I can do some basic coding in c# but I am not familiar with the android studio source code or anything like that. I'd like to modify a few things I am missing but need. The only way to properly achieve that is by modifying android studio and compiling the source. Feel free to message me if you think you're able to help me out. [link] [comments] | ||
making api calls through localhost Posted: 25 May 2022 01:25 AM PDT I've been using NGROK because I don't understand how to properly connect my locally ran Api(.Net core 6 Web API) with my android app . I've even followed tutorials, looked at stackoverflow etc, but nothing.When I use other WIFIs NGROK is blocked,is there an alternative for NGROK or something? [link] [comments] | ||
Posted: 24 May 2022 01:52 PM PDT I've begun cleaning up some old Java code, and in a few fragments and activities I've included view binding in order to get rid of a bunch of findViewByIds. Having done that, however, when I run "Code / Inspect..." on the module, the dozens of xml layout files that are being inflated via view binding are now noted in Lint as "Unused elements." An example: fragment_settings_display_standby.xml ("Unused resource") ...which is being used by FragmentSettingsDisplayStandbyBinding binding = FragmentSettingsDisplayStandbyBinding.inflate(...) How do you keep these resources from showing as unused? [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