• Breaking News

    Wednesday, September 16, 2020

    Android Dev - My First Real App

    Android Dev - My First Real App


    My First Real App

    Posted: 16 Sep 2020 01:42 AM PDT

    Hello everyone, this is my first time writing in this subreddit.

    I wrote a pokédex like app in kotlin and I wanted to showcase it and get your advice as everything I did came from self learning.

    Link to the app

    I hope to receive many feedbacks!

    Thank you for your time

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

    This is how "Anonymous Usage Reporting" requests should be like

    Posted: 15 Sep 2020 12:33 PM PDT

    Introduction: Automating Code Reviews

    Posted: 16 Sep 2020 09:06 AM PDT

    Is it necessary to make my API key as hidden as possible on a simple portfolio app?

    Posted: 16 Sep 2020 08:30 AM PDT

    I am about to release my first app to the Playstore. It uses the NASA api, which is free. I'm curious if I should do anything specific for handling access to my API key? Right now I have it stored in a Constants.kt file within my util package. I am releasing this app to start applying to jobs for the most part.

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

    Is there any service where I can test my apps and Games ~10 users

    Posted: 16 Sep 2020 08:05 AM PDT

    Hi community from time to time I need feedback and insights in

    • UI/UX flows
    • Translations and language used
    • Blockers

    I would like to test with real users like Women 35+ English speaking

    Any ideas for services with affordable prices?

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

    WIFI manager dose not work on Android Q????

    Posted: 16 Sep 2020 07:53 AM PDT

    actually not completely .iswifienabled() works but .setwifienabled(true) don't i am using ACCESS/CHANGE WIFI STATE and ACCESS NETWORK STATE permissions but still most of methods does not work

    any help/alternate

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

    Broken Music Players on Android 11

    Posted: 16 Sep 2020 07:40 AM PDT

    Does anyone know why so many local music players are broken on Android 11?

    From app crashes to missing album artwork to broken workflows, I've seen issues reported for Phonograph, Retro, and BlackPlayer and experienced a handful of them on my Pixel 3a.

    I've heard Scoped Storage thrown around as a source of bugs in Android 11 but I don't fully track that topic. Could that be at play here?

    submitted by /u/kyle-lambert
    [link] [comments]

    Android Studio 4.1 RC 3 available

    Posted: 15 Sep 2020 11:04 AM PDT

    Build Actions For Google Assistant Using the new Actions Builder (Codelab 2)

    Posted: 16 Sep 2020 04:29 AM PDT

    Build Actions For Google Assistant Using the new Actions Builder (Codelab 2)

    Learn how to build Actions for Google Assistant using the new Actions Builder from scratch. Learn to build sophisticated conversational Actions for the Google Assistant.

    Youtube Video: Build Actions For Google Assistant Using Actions Builder (Codelab 2)

    https://i.redd.it/95l72f8dwhn51.gif

    What you'll learn

    • How to use slots to gather data from the user
    • How to use conditions to add logic to a scene
    • How to add a game loop
    • How to add a supportive path
    submitted by /u/sachindroid8
    [link] [comments]

    For those who paid the 25usd developer fee for Google Play - if you're making a game with another person, what do you put as Business Name if you are not a business?

    Posted: 16 Sep 2020 04:25 AM PDT

    Like can you come up with anything you want? Epic Durability Gamee Entertainment, Lappendixois Studios, etc...

    Do you have to register or copyright your name? How do you prove it or back it up?

    Or you just use your real name? But then that will show up also for the customers in the bank statements. Or you just use your game's name? But whag if you release 2 games, then you cant do that

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

    Youtube Concept UI

    Posted: 16 Sep 2020 02:47 AM PDT

    Youtube Concept UI

    Hello World; ◉‿◉

    I have been experimenting with Flutter for the last few days, Got to learn many things while working on this fun project so here is my concept UI for YouTube.

    Check the project on GitHub: Project Link

    ⭐ the repository if you liked it.

    Would love for any suggestions and improvements from your side. á•™( • ‿ • )á•—

    Peace✌️

    Good day folks!

    ------------------------------------------------------------------------------------------------

    Happy Coding.

    GitHub Profile

    https://reddit.com/link/itsghz/video/1wtnzbnvchn51/player

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

    Enterpise App Subscription model

    Posted: 16 Sep 2020 02:32 AM PDT

    I am currently looking for a solution to charge a company for the usage of my app based on the amount of users they buy a license for. For example, a company has 1000 devices. I want them to pay 2$ per device. The payment should reoccur annually. If the user/company does not pay for the service they don't have access anymore.

    My idea was to let them buy an annual subscription per device via in app purchase, but I don't know if that is possible to handle for enterprise apps. Does someone here have experience in that field or had a similar requirement? It would be nice, if I could achieve this with the google play Store

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

    What tool is available for notifying me of uptime monitoring and issues for my Android app, iOS app, and Website?

    Posted: 15 Sep 2020 03:16 PM PDT

    Do I have to pay to create a Privacy Policy for my mobile game?

    Posted: 15 Sep 2020 02:48 PM PDT

    I'm currently uploading my free mobile game to the Google Play store, and apparently I need to create a privacy policy for my app because I would like children under the age of 13 to be able to play it, despite the fact that I collect no information about the user or their device whatsoever. I've done a little bit of research and found that the privacy policy generators you will find online cost upwards of $100, which seems steep to me considering I don't even collect any user information and I don't have ads on my game yet so I'm not even going to be making money off of it until then. My question is, can you technically just write up a privacy policy on your own, without paying for any company to write it for you, or is it necessary to pay a company to generate it in order for it to be legitimate in the eyes of Google? How would I go about writing a privacy policy that basically says, "We collect no user information, everything in the game is safe for kids?"

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

    Net Promoter Score (NPS) Survey Library

    Posted: 15 Sep 2020 04:45 PM PDT

    I was watching some product market fit videos and got inspired to start tracking NPS for my apps. I've seen some solutions like Wootric (https://github.com/Wootric/WootricSDK-Android). But this seems far too expensive.

    Seems like it should be very easy to build a custom NPS survey library on Firebase in under a day. This link seems to show that the calculation is fairly simple (https://www.checkmarket.com/blog/net-promoter-score/).

    1. Have you used integrated an NPS Survey into your own app?
    2. If I built out a barebones library to integrate and report back on the NPS, how much would you pay?
    submitted by /u/honnetatamae
    [link] [comments]

    Is Flutter and Dart worth learning in 2020?

    Posted: 15 Sep 2020 02:21 PM PDT

    How to check which app is turning on Bluetooth?

    Posted: 15 Sep 2020 10:23 AM PDT

    My Bluetooth keeps turning on randomly, and I suspect there's an app that does that. I connected my phone to my PC, and I'm currently running Android Studio and watching Logcat closely. Will Logcat show me which app turns Bluetooth on or am I wasting my time?

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

    Modern UI design into the xml layout

    Posted: 15 Sep 2020 09:43 AM PDT

    Some time ago, there was a post on reddit wiith the youtube video about how to transform some XD UI design into a XML layout. I'm sure that I;ve watched that video and I think that i have the post saved, but I didn't. Can you recommend some good practice video(or even article) about how to transform a modern/complex UI design into a XML layout?

    PS: i know that I can use google, but all I fund are just mediocre implementations of simple graphic designs.

    Many thx for your time!

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

    I want to make an that is similar to peshub 20 in the playstore, but I'm not sure how that app is pulling database from the game. Does anyone have an idea how this does this, maybe from this pesmaster website or the official data packs from the PES game company??

    Posted: 15 Sep 2020 01:27 PM PDT

    No comments:

    Post a Comment