• Breaking News

    [Android][timeline][#f39c12]

    Sunday, September 1, 2019

    Hello Everyone! Sharing my 4.5G Audio Resource Library - Includes Sound Effect Packs and Music - for free. Features a download all option. Hope this comes in handy, Cheers! Android Dev

    Hello Everyone! Sharing my 4.5G Audio Resource Library - Includes Sound Effect Packs and Music - for free. Features a download all option. Hope this comes in handy, Cheers! Android Dev


    Hello Everyone! Sharing my 4.5G Audio Resource Library - Includes Sound Effect Packs and Music - for free. Features a download all option. Hope this comes in handy, Cheers!

    Posted: 01 Sep 2019 12:42 PM PDT

    How do I remove these lines from Android Studio? After yesterday's v3.5 update, these lines are showing up and I don't know how to turn them off.

    Posted: 01 Sep 2019 04:07 AM PDT

    Kotlin Multiplatform Project: Code styling for iOS and Android

    Posted: 01 Sep 2019 08:43 AM PDT

    Jabel - use Javac 12+ syntax when targeting Java 8

    Posted: 01 Sep 2019 12:01 PM PDT

    Java MVVM: Correct way to asynchronously insert data into Room without RxJava?

    Posted: 01 Sep 2019 11:38 AM PDT

    LiveData is great for displaying data from Room to Views, but what about taking data from Views and inserting into Room? Choices include:

    • ASyncTask
    • Thread
    • (?) MutableLiveData
    • Others

    What should be used?

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

    Only a few of my apps are being shown on my dev page

    Posted: 01 Sep 2019 01:06 PM PDT

    I never had such problem. All my apps are live and haven't had a problem recently.

    Only 5 of my apps + the chosen featured one are shown on my dev page. Like half of my apps are missing for some reason.

    Anyone has had an experience with this problem?!

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

    Still no respond for OAuth consent screen verification request, even though 3 weeks has passed

    Posted: 01 Sep 2019 10:41 AM PDT

    I believe quite a number of devs here, are using Google APIs.

    I received a few emails few weeks ago, titled "[Action Required] Submit your apps' sensitive scopes for OAuth API verification by October 21, 2019"

    Hence, few weeks ago, I have submitted verification request.

    However, till today, I'm still getting the following screen.

    "Your consent screen is being verified. This may take up to several days. Your last approved consent screen is still in use."

    https://i.imgur.com/QqEU1Cz.png

    We understand that, if we were not verified by October, the following bad consequent will happen

    If you do not have your apps' sensitive OAuth scopes verified, your users will see the "Unverified App" screen, which may cause a noticeable drop in user consents, beginning October 28, 2019.

    Any has already been approved/ rejected for the OAuth consent screen verification request? Is there any communication channel I can utilize, so that I can know the outcome as soon as possible?

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

    Hi devs, I'd like to suggest you this free website to share and find Android apps, could be useful for your business too!

    Posted: 01 Sep 2019 03:28 PM PDT

    Library module navigation in Android Applications

    Posted: 01 Sep 2019 01:05 AM PDT

    Can I safely add someone to Firebase without knowing whether they've been banned or had strikes on the Play Store before?

    Posted: 31 Aug 2019 08:30 PM PDT

    I need to allow a dev access my Firebase so they can look at crashes. If they've been banned or had strikes on the Play Store before, would that affect me? I don't know if they have had issues before on the Play Store, nor does it seem like something that I should be concerned about when hiring someone.

    Edit: From the replies it seems like I'm not crazy to fear this and I should probably just find a new crash reporting service, right?

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

    What annoys you the most in android development?

    Posted: 01 Sep 2019 10:23 AM PDT

    REST API testing android application

    Posted: 01 Sep 2019 05:31 AM PDT

    Hi fellow android devs I have developed an android application to help developers test REST api's on mobile phone.

    You can checkout this at Rest Client - Test REST API with your phone. I will love to hear back from community for further features and improvements.

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

    What are some good supplementary skills that would be useful or interesting for an android developer that would focus more on the problem solving/backend of an app?

    Posted: 01 Sep 2019 06:29 AM PDT

    I read a comment here that basically said how a lot of the android development jobs they've had were basically just getting some data and organizing it to be an app, rinse and repeat....I kind of want to avoid this because I really enjoy problem solving even if I'm new to programming. My math background isn't that robust but I'm not against learning more math and I'm actually keen to dive deep when I get a job (multitasking isn't my strong suit). Are there any android dev jobs that actually have you dabble in some complex backend related work that could involve math - like machine learning, computer vision, non-trivial game development, etc? It seems like from what I've researched a lot of companies hire different people to handle the interesting background problem solving stuff.

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

    App onborading libary

    Posted: 01 Sep 2019 12:08 PM PDT

    any library you guys use?

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

    data from android to arduino via USB OTG

    Posted: 01 Sep 2019 11:19 AM PDT

    Hi,

    I want to send data from android to arduino UNO via USB but the problem is that all I tried is not working. So I just ask if you have a tutorial website or other like an idea, I will take it :)
    I add that I've to implement this function in an other project from the tflite example.

    Thanks

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

    Best android app (project) architecture?

    Posted: 01 Sep 2019 10:33 AM PDT

    Worth it to relaunch in Play store?

    Posted: 01 Sep 2019 09:55 AM PDT

    About a month ago I published an app for texting local businesses, bizybee. I got pulled away from this project and did not do any promotion following that. Now I see I still have 0 views of my listing. I'm wondering if I should change the package name and relaunch, alongside a product hunt launch. Does Google Play demote apps that don't get views or reviews in the first month?

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

    Help with app building

    Posted: 01 Sep 2019 09:54 AM PDT

    I'm building a file explorer app for college project. It works good but when I want to share a file (from let's say messenger) and I open my app to share file, the file isn't returned to messenger. How do I do that in the app?

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

    What is the correct way to implement location reminder feature?

    Posted: 01 Sep 2019 08:56 AM PDT

    It is pretty straightforward to implement date time reminder

     AlarmManagerCompat.setExactAndAllowWhileIdle( alarmManager, RTC_WAKEUP, timestamp, pendingIntent ); 

    However, how about location reminder? How can we implement it, without having too much battery consumption?

    I'm aware of

    locationManager.requestSingleUpdate 

    But that will only work when the app is active. We would like to receive reminder when we enter a selected location, even when the app is not active. (An app example, is Google Keep's location reminder feature)

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

    Organize Photos by Content Android - Firebase ML Image Labeling API Example

    Posted: 01 Sep 2019 08:43 AM PDT

    Quick and Easy to Use Online Android Emulator

    Posted: 01 Sep 2019 08:35 AM PDT

    I'm not a "real" developer, but I have been making apps for some time. I don't even have an android device anymore. I use appetize.io to quickly test and run my apps / games, take screenshots and move on to the next one. It's free up to 100 hours a month. Hope this helps someone :)

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

    React Native or Flutter for good job opportunities?

    Posted: 31 Aug 2019 06:06 PM PDT

    As far as I researched, Flutter has more potential with better performance, however, React Native is still accepted by more companies.

    I haven't made up my mind which one to learn. I prioritize one that gives me better (and possibly, safer) chance in job hunting. What's your recommendation? Thank you.

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

    Looking for someone to give me a few pointers on Android app development

    Posted: 01 Sep 2019 06:27 AM PDT

    Hi Guys!

    I'm a 'experienced' programmer dipping my toes into Android app development, and I've come across some issues of which I have no idea how to fix them, mostly UI related.

    I use android studio and I have 2 activities I'm working with right now.

    The first 'default' activity renders just as I expect when launching the app in a VM, but the second activity renders different in the VM than the Design tab shows, and I have literally no idea where this is coming from (see images below).

    Can anyone help me with this issue and perhaps give me some pointers on Android development?

    Any help is greatly appreciated!

    Images: https://imgur.com/a/CDG0J2H

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

    Configure or remapping Android mouse right click?

    Posted: 01 Sep 2019 06:26 AM PDT

    Hi guys,

    So I recently discovered parsec to stream my computer to my Android phone and it was amazing. I connected a keyboard and a mouse to my phone in order to use mi computer remotely, but then I found that the right click of my mouse is not a right click but a "Back" button. I tried to find on internet the solution but none knows how to do it. That's why I decided to come to Reddit to ask (where the pros are)

    Can any techie help me with this?😞

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

    No comments:

    Post a Comment

    Fashion

    Beauty

    Travel