• Breaking News

    Thursday, August 26, 2021

    Android Dev - My first app as a self-thaught developer at the age of 31. Please let me know what you think

    Android Dev - My first app as a self-thaught developer at the age of 31. Please let me know what you think


    My first app as a self-thaught developer at the age of 31. Please let me know what you think

    Posted: 26 Aug 2021 12:29 AM PDT

    Emulator for M1

    Posted: 26 Aug 2021 07:58 AM PDT

    Any update on native Android studio and emulator for m1 MacBook?

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

    A Jetpack Compose weather app with offline caching using Hilt and Google's MVVM architecture

    Posted: 25 Aug 2021 12:15 PM PDT

    2 app versions at a time: Free & Premium - how hard is to handle?

    Posted: 26 Aug 2021 03:01 AM PDT

    Hi guys,

    as far as I know this is a typical business-model - to upload 2 versions to Google Play Store: the Free one (for user to give it a try) and the Premium (with extra features added, etc.).

    How hard is it from IT standpoint to handle 2 app versions vs. 1 version. I mean how much of a hassle and workload does it add? What is the most time/resource consuming in that from your experience?

    Thank you!

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

    Android VPN project not working when installed using Android App Bundle instead using APK

    Posted: 26 Aug 2021 04:34 AM PDT

    When i installed project using apk file on local device it runs perfectly. But when i have tested it with .aab (Android App Bundle) after successful install through play console internal testing, VPN is not connecting and also Its not showing any errors in logcat. (I cant upload apk As from August 2021 Play Console only accepts .aab file for new projects.)

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

    My nav doesnt do anything (Jetpack Compose Navigation)

    Posted: 26 Aug 2021 07:36 AM PDT

    I have a goal setting app built with compose, the buttons do not navigate anywhere but do other things in the composable functions(I have a println in one of them to test it and it prints to console when button is pushed)

    I have the following code for my main layout called in the app with the navhost, navcontroller and buttons for testing navigation:

    @Composable fun MainLayout(viewModel: GoalsViewModel){ val navController = rememberNavController() NavHost( navController = navController, startDestination = "Home", modifier = Modifier.padding(16.dp) ) { composable("Home"){ MainLayout(viewModel) } composable("Goals"){ GoalScreen(viewModel, navController) } composable("View Goals"){ ViewGoalsScreen(viewModel) } } Scaffold( topBar = { TopNavBar() } ){ Row(verticalAlignment = Alignment.CenterVertically) { Column { Button(onClick = { navController.navigate("Goals"){ } }) { Text(text = "Goals") } Spacer(modifier = Modifier.padding(16.dp)) Button(onClick = { navController.navigate("View Goals") }) { Text(text = "View Goals") } Button(onClick = { navController.navigate("Fitness") }) { Text(text = "Fitness") } } } } } 
    submitted by /u/darkkw
    [link] [comments]

    Building Android Conversation Bubbles - Slack Engineering

    Posted: 25 Aug 2021 02:26 PM PDT

    Is there something like Play Store Promo Codes for the Amazon Appstore?

    Posted: 26 Aug 2021 02:42 AM PDT

    I want to give some people free access to my app on the Amazon Appstore, meaning they should be able to make in-app purchases for free, but I can't find any way to give them Promo Codes. Does Amazon even support such a thing?

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

    Gradle plugins and extensions: A primer for the bemused

    Posted: 25 Aug 2021 12:22 PM PDT

    Android Studio Bumblebee Canary 10 available

    Posted: 25 Aug 2021 10:58 AM PDT

    simple wallpaper app ( still working to improve it )

    Posted: 25 Aug 2021 08:16 AM PDT

    organize layouts

    Posted: 25 Aug 2021 03:56 PM PDT

    organize layouts

    Hellp everyone,

    how can I organize my acrivites and layouts (i'm new on android studio )

    https://preview.redd.it/5ews3f0p3lj71.png?width=530&format=png&auto=webp&s=9d1eb3b99925a05d2cd65965a6972f646cf0b294

    submitted by /u/Relevant-Ad3879
    [link] [comments]

    No comments:

    Post a Comment