• Breaking News

    Saturday, June 5, 2021

    Android Dev - App Feedback Thread - June 05, 2021

    Android Dev - App Feedback Thread - June 05, 2021


    App Feedback Thread - June 05, 2021

    Posted: 05 Jun 2021 06:00 AM PDT

    This thread is for getting feedback on your own apps.

    Developers:

    • must provide feedback for others
    • must include Play Store, GitHub, or BitBucket link
    • must make a top level comment
    • must make an effort to respond to questions and feedback from commenters
    • app may be open or closed source

    Commenters:

    • must give constructive feedback in replies to top level comments
    • must not include links to other apps

    To cut down on spam, accounts who are too young or do not have enough karma to post will be removed. Please make an effort to contribute to the community before asking for feedback.

    As always, the mod team is only a small group of people, and we rely on the readers to help us maintain this subreddit. Please report any rule breakers. Thank you.

    submitted by /u/AutoModerator
    [link] [comments]

    A cautionary tale about testing notifications in production

    Posted: 05 Jun 2021 01:15 AM PDT

    I created a minimal app to track your progress of new habits!

    Posted: 05 Jun 2021 02:46 AM PDT

    For those people who got their developer accounts ban by google whats the violation? so that we the newbies can avoid it and not get ban in the future. Thanks

    Posted: 05 Jun 2021 12:03 AM PDT

    or apps supension

    submitted by /u/Alert-Fault6435
    [link] [comments]

    Force landscape orientation bad practice?

    Posted: 05 Jun 2021 04:18 AM PDT

    Hello. I want to make an educational app for kids and landscape is the ideal setting for my app's requeriments. Any negative or positive feedback on forcing people to use certain screen orientation? Thanks, and sorry my poor English.

    submitted by /u/Kelroar
    [link] [comments]

    Uncoiling the Coil | Kotlin Mumbai Meetup

    Posted: 05 Jun 2021 05:50 AM PDT

    A problem was found with the configuration of the Gradle 7 task

    Posted: 04 Jun 2021 10:30 PM PDT

    Android CodeView: Highlight search result in List Items

    Posted: 05 Jun 2021 07:14 AM PDT

    long press button with progress indicator

    Posted: 05 Jun 2021 06:36 AM PDT

    Android Dev experts

    I need to create a button which when long clicked (4 seconds) will execute the required action. And also wanted a progress bar/circle/indicator for those 4 seconds.

    I could use the OnLongClickListener but how do I create a progress indicator for the long click?

    Any code, documentation or link will be helpful.

    submitted by /u/vineetkjain
    [link] [comments]

    How can i send items to an another activity using Room and Recycler View?

    Posted: 05 Jun 2021 05:44 AM PDT

    How can i send items to an another activity using Room and Recycler View?

    My app has 3 activities. There is i check my word with buttons "Yes" and "No" and send it to other Activities (YesList and No List) in the MainActivity. I want to get all my checked words inside these activities when a open it. I use Room and RecyclerView but i don't understand how to do it. I'm confused. Please, who knows Room's Architecture, help me.

    My whole project in GitHub

    https://preview.redd.it/4kirnis80g371.png?width=329&format=png&auto=webp&s=e1cf96335934320e8317ce81d84b79440117849f

    submitted by /u/saturnpro
    [link] [comments]

    SmplrAlarm - An Android convenience library to make setting an alarm way simpler than it is.

    Posted: 04 Jun 2021 02:40 PM PDT

    Android framework has a considerably extensive library with many different alarm types for setting an alarm....but maybe too extensive. It is perfectly reasonable for the Android framework to have an Alarm Manager that supports different types of alarm and is flexible to work with other parts of the framework. But this puts the developers in a position that they need to consume so much time and manage with so many different parts of the framework (database, broadcast receivers, Calendar etc.) to make, maybe one of the simplest type of mobile app: An alarm clock.

    For so many cases, applications that need to set a consistent alarm (for a simple alarm clock or for other usages such as an app that reminds you to drink water, take your pills etc.) do not require anything different from each other, however as it is mentioned above, it takes some time and requires some knowledge about different android libraries and the developer needs to deal with various situations (restart the device, change the date/time settings) to make sure that the alarms are consistent.

    SmplrAlarm manages all the necessary modules to set a proper alarm by using native android libraries, provides an API interface powered by Kotlin DSL and at the end of the day makes setting an alarm as simple as:

     smplrAlarmSet(applicationContext) { hour { hour } min { minute } } 

    https://github.com/ColdTea-Projects/SmplrAlarm/tree/master

    submitted by /u/yng05
    [link] [comments]

    Connecting Mouse and keyboard at same time and it doesn't works

    Posted: 05 Jun 2021 03:21 AM PDT

    I own a galaxy a7 2018 running on Android 10, I recently purchased a three sockets usb hub thinking that I will use my both keyboard and mouse at a same time but the problem is only one works even after connecting it with usb hub whether mouse works or keyboard any solution to use both at same time?? Help! Any app that works to fix this??

    submitted by /u/Techmeal
    [link] [comments]

    Source code

    Posted: 05 Jun 2021 02:27 AM PDT

    Can I use GitHub onboarding screen source code for my app for free? Or this is illegal?

    submitted by /u/RubenSubba
    [link] [comments]

    Android Beginner Course

    Posted: 05 Jun 2021 01:10 AM PDT

    Emulator is working fine on my Mac M1 but won’t launch the app

    Posted: 04 Jun 2021 03:37 PM PDT

    I recently installed Android studio on my Macbook air M1. I'm able to get the android emulator to work, however when i run the app, the virtual device does not launch the application. I have restarted android studio, deleted and reinstalled my virtual devices but the same problem still persists. Any ideas please? thank you

    submitted by /u/AWD_13
    [link] [comments]

    Simplifying the setup for multi-module navigation with Jetpack Navigation Compose

    Posted: 04 Jun 2021 11:03 AM PDT

    Hi folks,

    I'd like to share the library MultiNavCompose. The goal of this library is to simplify the setup for multi-module navigation with Jetpack Navigation Compose.

    Github: https://github.com/jeziellago/multinavcompose

    submitted by /u/jeziellago
    [link] [comments]

    APK directory/file structure changes between gradle 4.1.x and 4.2.x

    Posted: 04 Jun 2021 08:56 AM PDT

    I recently upgraded one of my apps in Android Studio from gradle 4.1.1 to gradle 4.2.1. I noticed that the directory and file structure within the apk file has completely changed. Maybe I missed it, but I can't find any documentation online that explains the changes. Has anyone else noticed and does anyone have any insights into why?

    submitted by /u/malbry
    [link] [comments]

    Drawing music sheets

    Posted: 04 Jun 2021 12:20 PM PDT

    Does anybody know of libraries that draw music sheets?

    Implementing it by hand seems like A LOT of work unless I'm missing something.

    submitted by /u/S0phon
    [link] [comments]

    [Help] How apps stores information in Android/data/com.organisations.appName directory?

    Posted: 04 Jun 2021 09:46 PM PDT

    I'm currently developing an app for myself. This is my first app. I want to take images of book(book cover) and store it inside Android/data/appDir. But don't know how to find information related this. Can you give me some tutorial link?

    I found some docs including google android official doc, but confused. Is it called internal or external storage? Since most of the phone today have a large internal storage. People uses SDcard rarely nowadays.

    submitted by /u/FissyCat
    [link] [comments]

    IDE Live coding interview

    Posted: 04 Jun 2021 09:46 AM PDT

    Hello. Anyone here had android specific live coding interviews that required live sharing of android studio?

    What questions are commonly asked and what does an interviewer expect you to implement? How deep into detail are you expected to go?

    submitted by /u/slow_broccoli
    [link] [comments]

    Goofle Play Inappropriate Ads Policy

    Posted: 04 Jun 2021 05:22 PM PDT

    Today I received an email that the ads in my app are for adults but my app is marked for everyone including children. Since I don't want to limit the ads in my app because this will be a loss in the revenue I want to make my app 18+ so I can show all kind of ads. So how should I answer to the IARC questions since I don't know what kind of ads my app will show? How I can answer all the questions correctly since I don't have a list of ad types which my app will show? Which answers should I give to make my app 18+ and not make it look like a sexual, gambling combination of inappropriate stuff?

    submitted by /u/yo_asakura
    [link] [comments]

    COVID-19 Healthcare App Challenge on Devpost

    Posted: 04 Jun 2021 09:05 AM PDT

    For anyone working on healthcare apps, a COVID-19 Healthcare App Challenge just launched on Devpost (both individuals are teams are eligible).

    submitted by /u/mhealthappdev
    [link] [comments]

    No comments:

    Post a Comment