New RecyclerView API to handle multiple view types: MergeAdapter. Android Dev |
- New RecyclerView API to handle multiple view types: MergeAdapter.
- Ask us Anything! We’re the Bumble Android engineering team.
- April 1st special: WorkManager 2.4.0-alpha02 is now available
- Is a donate button using IAP system ok in 2020?
- Lokking for rxjava2 expert course.
- How to deal with pixel 4 corners?
- Using Realm with Recycler view in Kotlin
- In-app Purchasing with Google Play Billing Library
- There's a couple of things I can't find any info on how to do for my app.
- Recycler view is not shotwing anything
- How to embed a Flutter application in a Website using DartPad
- View/Button isn't clickable
- Learn the basics of Kotlin with examples for beginner - p3
- Social network about spreading diseases
- Getting up to speed after a break from Android Dev
- How to build a symptoms checking app?
- need guidance
- Get the latest #androiddev articles from more than 100 blogs on Telegram channel
- Indie Android developers can see their net revenue directly in the application (beta version)
- Learn to fetch data from a text file in Flutter
- Library for managing files and storage
- Can BOM (bill of materials) be used in Gradle build script classpath dependencies?
- Kotlin Coroutines - So that you async
New RecyclerView API to handle multiple view types: MergeAdapter. Posted: 01 Apr 2020 11:37 AM PDT
| ||
Ask us Anything! We’re the Bumble Android engineering team. Posted: 01 Apr 2020 12:19 AM PDT
| ||
April 1st special: WorkManager 2.4.0-alpha02 is now available Posted: 01 Apr 2020 12:54 PM PDT This release includes a new flexible query API for more complicated use-cases. Check out the release notes at https://developer.android.com/jetpack/androidx/releases/work#2.4.0-alpha02 [link] [comments] | ||
Is a donate button using IAP system ok in 2020? Posted: 01 Apr 2020 08:47 AM PDT Ive seen a few discussions about this over the years here via searching. I'm wondering what the current situation is from people who have recent experiences. I didnt find anything in the TOS forbidding this, but its Google, so best to ask people what they are actually doing. Our game is free. We have a donate $1 button if people feel like it. It uses Googles IAP system. Is this ok in 2020? Will our game be taken down? Its really not an important feature to us, if its a risk I will remove it np. Thanks!! [link] [comments] | ||
Lokking for rxjava2 expert course. Posted: 01 Apr 2020 09:43 AM PDT Hello. I mastered rx java to medium level and capable to use it from simple Single to complex emitor chain. I am looking for some expert to master more complex situation and to know all of it capabilities and pitdrops [link] [comments] | ||
How to deal with pixel 4 corners? Posted: 01 Apr 2020 03:00 PM PDT I'm trying to add a border around my view but the corners are curved. How did you guys deal with pixel 4 corners? [link] [comments] | ||
Using Realm with Recycler view in Kotlin Posted: 01 Apr 2020 02:33 PM PDT I'm trying to build an app for myself that basically logs specific information for me. I'm also using this as a learning experience for Kotlin. This is the flow of data my App: Year->Players->Matches The app will first open up to a list of Years, in a recycler view, and then each year will have a list of players associated with it, players will their names, win/loss, and other variable data along with a list of matches associated with them. Matches will have data. I am using Realm for it's database functionality. I am currently struggling with creating and modifying these datatypes. Here's what a player class would look like: @RealmClass open class Player(): RealmObject(){ var name: String? = null var wins: Int = 0 var losses: Int = 0 var matches: RealmList<Matches>? = null } Here are my two questions: How would I modify matches from the selected player. Lets stay clicking a player in the Recyclerview that shows players, opens up an intent that shows all of the data related to that play. And it also gives the option to add/modify a match how would I link it to that specific initiation of the player class? And it be stored in the way it is shown above respective to Realm. What is the best practice to link Realm and a Recyclerview in Kotlin. I followed instructions on how to do it in Java and it worked, but I want to in Kotlin, also RealmRecyerViewAdapter is a thing, again not sure how it would be used in Kotlin. I was thinking of making another class of just lists for data type, and the recycler view would show that list. But with Realm I feel like there's a better way. [link] [comments] | ||
In-app Purchasing with Google Play Billing Library Posted: 01 Apr 2020 09:57 AM PDT
| ||
There's a couple of things I can't find any info on how to do for my app. Posted: 01 Apr 2020 01:03 PM PDT Hey fellow developers, I'm developing an app which consists of basically a parent control app. This app has two different options: the one for the parent and the one for the child/teenager. The parent's app should get information from the child's device and should be able to block apps from being used. The child's app should block any apps the parent has banned from being opened, while send the information of the usage of every app to a server. Ideally it should disable the uninstalation of the app behind a password. I'm having a couple troubles with the child's side of the app. I've managed to get the information I need with I've made a service that's constantly looking the foreground package, and if that one is banned, it brings an activity of my own app to the foreground. The problem is that, although it works, it's not reliable, since it doesn't terminate the blocked app and sometimes it doesn't work (looking at the log, I sometimes enter the block app but the foreground package that the service reads is the launcher). Is there some kind of listener to what app is being opened or closed, instead of having something constantly checking? I've found the I've found out the existence of WorkManager today, I'm not sure if this is better to deal with these kinds of things? That's what I'll use to daily send information about the device usage to the server, but is it good for this too? I've found an app online that does exactly what I'm trying to do, and after trying it out I realised they ask for administrator permissions, probably to have access to closing other apps, but nowhere online I've been able to find information on these permissions and the different things it enables me to do. Any help will be good, thank you everyone! TLDR: Looking to make an app for parental control, having trouble with: Blocking other apps from being used
Preventing the app from being uninstalled with a password
[link] [comments] | ||
Recycler view is not shotwing anything Posted: 01 Apr 2020 09:03 AM PDT here are the xml files: here is the mainactivity, arrayadapter, and airport code: *made the cardview height to wrap content *changed linearlayout textview height to wrap content *set layoutmanager as a linear vertical layout manager [link] [comments] | ||
How to embed a Flutter application in a Website using DartPad Posted: 01 Apr 2020 08:16 AM PDT
| ||
Posted: 01 Apr 2020 11:32 AM PDT So, im making an for the purpose of calculating numbers in a game while the user plays the game. For that i've made a floating button that draws over all apps. The issue im facing is that the button isn't clickable, and when i set a listener it crashes. Heres the code.. thanks for help. MainActivity.kt Activity_Main.xml MyFloatingWindowService.kt onscreen.xml --> the xml that the service interacts with which draws over all apps. [link] [comments] | ||
Learn the basics of Kotlin with examples for beginner - p3 Posted: 01 Apr 2020 11:27 AM PDT
| ||
Social network about spreading diseases Posted: 01 Apr 2020 10:26 AM PDT Since we have the COVID-19 and I have plenty of time, I thought of using the spare time for something good and maybe giving a shot an Android application, that would help analyze and track diseases through a network. The network would be basically tracking who meets with whom, with the possibility of either GPS, NFC or manual input. The point of that would be to inform others who met with an infected person to be notified and set a priority equal to meeting with the infected person. Secondary functionality would be analyzing sickness by its symptoms and possible human discussion with a doctor. Do you think it's possible to create this kind of application without starting publicity? I appreciate any opinions or advices about the subject. [link] [comments] | ||
Getting up to speed after a break from Android Dev Posted: 01 Apr 2020 10:25 AM PDT Hi devs! I cut my teeth and comfortably had a role as an Android Developer at a previous job, but I left mid/late 2018 and haven't developed for Android since. I miss it and it's a role I'd like to have again. What did I miss? And am I stupid to think I'll be hired after this break from it? Where I left off was: Pull out drawers were less cool and bottom bars were the new thing and Android phones could have notches too. I was writing apps almost entirely in Kotlin by that point (which is awesome). I was around for the big shift to Architecture Components, I spent a lot of time looking at the blueprints and MVVM, MVP, Clean Architecture, Rx and livedata and wondering what architecture to use. What have I missed since then? I see a lot about Jetpack and I'm sure lots of the architecture patterns and components have changed. What else should I refresh or learn? I welcome any generally well informed info on how you're building your apps too and any other tips. Thanks! [link] [comments] | ||
How to build a symptoms checking app? Posted: 01 Apr 2020 09:39 AM PDT I want to build a symptoms checking apps so everyone can check there symptoms and come out in lockdown for medical care only if necessary please guide me how can I build app like it is very much needed in India and also ministry of health have put on there website. [link] [comments] | ||
Posted: 01 Apr 2020 09:19 AM PDT hello, i'm making a project called "outfit of the day" with a partner, he is on desktop, i´m on android. I had neder developed an application to android and I'm a little stuck we need to build a catalogue with photos of clothes that people can save in app, and a menu called closet where people can view the items they save, can someone give me a guidance in how to make a catalogue? thanks in advance [link] [comments] | ||
Get the latest #androiddev articles from more than 100 blogs on Telegram channel Posted: 01 Apr 2020 09:09 AM PDT | ||
Indie Android developers can see their net revenue directly in the application (beta version) Posted: 01 Apr 2020 07:46 AM PDT
| ||
Learn to fetch data from a text file in Flutter Posted: 01 Apr 2020 07:17 AM PDT
| ||
Library for managing files and storage Posted: 01 Apr 2020 07:12 AM PDT Scoped Storage? Back in the day, all we needed was just the right path string and it used to work. All beautiful. Unfortunate changes related to Storage in Android 10 and then going a little easy on devs in Android 11 sounds foolish to me. It's all messed up. All I want to do is read and save files on "/sdcard/MyApporSomething/". Do you guys have any library to easily work with files on all android versions or do I need to get my hands dirty? Thanks :) [link] [comments] | ||
Can BOM (bill of materials) be used in Gradle build script classpath dependencies? Posted: 01 Apr 2020 02:37 AM PDT Asking because Firebase BOM includes version for Gradle plugin So the question is, can the version from BOM be propagated to buildscript classpath? I tried adding BOM line to classpath to no avail. [link] [comments] | ||
Kotlin Coroutines - So that you async Posted: 01 Apr 2020 06:16 AM PDT
|
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