• Breaking News

    [Android][timeline][#f39c12]

    Sunday, June 2, 2019

    Introducing CalendarView, a highly customizable calendar library for Android Android Dev

    Introducing CalendarView, a highly customizable calendar library for Android Android Dev


    Introducing CalendarView, a highly customizable calendar library for Android

    Posted: 02 Jun 2019 04:10 AM PDT

    The Storage Access Framework is the only way for apps to work with all your files in Android Q. And it’s terrible. [XDA]

    Posted: 02 Jun 2019 01:13 AM PDT

    https://www.xda-developers.com/android-q-storage-access-framework-scoped-storage/

    The forced use of SAF has been postponed in R version. https://commonsware.com/blog/2019/05/13/death-external-storage-beta-3.html

    I found interesting the response of the readers of this article. It's the first time I've read so many comments against this change regarding access to the file system.

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

    developer.android.com seems to be down

    Posted: 02 Jun 2019 01:34 PM PDT

    Anyone else experiencing issues loading Android Developers? I've been getting 502s for the past 30 minutes. :/

    Edit: android.googlesource.com and source.android.com are also down with the same 502 error message.

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

    GnssLocationProvider spamming on Emulator logcat

    Posted: 02 Jun 2019 10:33 AM PDT

    I have been spammed by the following logs from GnssLocationProvider, even though:

    1) I disable all location-related code on my app
    2) My app is closed
    3) My app is uninstalled from the emulator

    So I'm tempted to think this has nothing to do with any code of mine, it's a problem with the emulator.

    Has anyone else experienced that?

    2019-06-02 14:30:06.408 1864-1878/? I/GnssLocationProvider: WakeLock released by handleMessage(REPORT_SV_STATUS, 0, com.android.server.location.GnssLocationProvider$SvStatusInfo@5bfef3c)

    2019-06-02 14:30:06.408 1864-1931/? I/GnssLocationProvider: WakeLock acquired by sendMessage(REPORT_LOCATION, 1, Location[gps -8.000000,-34.084000 hAcc=20 et=?!? alt=5.0 vel=0.0 bear=0.0 vAcc=??? sAcc=??? bAcc=???])

    2019-06-02 14:30:06.409 1864-1878/? I/GnssLocationProvider: WakeLock released by handleMessage(REPORT_LOCATION, 1, Location[gps -8.000000,-34.084000 hAcc=20 et=+17m13s16ms alt=5.0 vel=0.0 bear=0.0 vAcc=??? sAcc=??? bAcc=??? {Bundle[{satellites=0, maxCn0=0, meanCn0=0}]}])

    2019-06-02 14:30:07.412 1864-1931/? I/GnssLocationProvider: WakeLock acquired by sendMessage(REPORT_SV_STATUS, 0, com.android.server.location.GnssLocationProvider$SvStatusInfo@20554c5)

    2019-06-02 14:30:07.413 1864-1878/? I/GnssLocationProvider: WakeLock released by handleMessage(REPORT_SV_STATUS, 0, com.android.server.location.GnssLocationProvider$SvStatusInfo@20554c5)

    2019-06-02 14:30:07.413 1864-1931/? I/GnssLocationProvider: WakeLock acquired by sendMessage(REPORT_LOCATION, 1, Location[gps -8.000000,-34.084000 hAcc=20 et=?!? alt=5.0 vel=0.0 bear=0.0 vAcc=??? sAcc=??? bAcc=???])

    2019-06-02 14:30:07.413 1864-1878/? I/GnssLocationProvider: WakeLock released by handleMessage(REPORT_LOCATION, 1, Location[gps -8.000000,-34.084000 hAcc=20 et=+17m14s20ms alt=5.0 vel=0.0 bear=0.0 vAcc=??? sAcc=??? bAcc=??? {Bundle[{satellites=0, maxCn0=0, meanCn0=0}]}])

    2019-06-02 14:30:08.416 1864-1931/? I/GnssLocationProvider: WakeLock acquired by sendMessage(REPORT_SV_STATUS, 0, com.android.server.location.GnssLocationProvider$SvStatusInfo@1774e1a)

    2019-06-02 14:30:08.417 1864-1878/? I/GnssLocationProvider: WakeLock released by handleMessage(REPORT_SV_STATUS, 0, com.android.server.location.GnssLocationProvider$SvStatusInfo@1774e1a)

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

    Implementing Face Detection in Android Using ML Kit

    Posted: 02 Jun 2019 12:30 PM PDT

    Hello everyone,

    Here is my simple attempt to demonstrate the use of ML Kit in Android for face detection: https://ayusch.com/machine-learning-for-face-detection-in-android/

    Hope you guys like it!!

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

    Any tool to do research on play store? Where I search some keyword say "mileage calculator" it gives me list of apps with details like no of ratings, avg rating, uploaded date, last update, does it have keyword in package name or app name, etc.

    Posted: 02 Jun 2019 12:08 PM PDT

    I want to do ASO for some apps so looking for similar simple tool to do research.

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

    Has anybody else been experiencing issues with the firebase console?

    Posted: 02 Jun 2019 12:07 PM PDT

    Has anybody else been experiencing issues with the firebase console?

    Since they are sunsetting the Google Analytics for mobile this October I decided on using the Firebase analytics more.

    But it requires like 3-4 refreshes just to be able to access a project sometimes.

    I have been experiencing a lot of 'Unknown errors' with the firebase console like this one:

    https://i.redd.it/ziac4s7rrz131.png

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

    Android emulator is terribly slow

    Posted: 02 Jun 2019 10:20 AM PDT

    I use an old machine for development with 8 GB ram, intel i5 3337U processor. I checked and the processor does support VT-X.

    The emulator is terribly slow, when navigating within the android menus I get around 1-2 fps.

    I tried:
    - Updating Android Studio, my BIOS, drivers and Windows 10 to the latest
    - Confirming if virtualization is enabled in the BIOS
    - Confirming I have HAXM installed
    - Using OpenGL ES 2.0 hardware acceleration in AVD advanced settings
    - using x86 and x86-64 images

    but to no avail.

    Note the emulator used to be fast about a year ago (when I last used it). I have no clue what causes this stutter and would like assistance to sort it out.

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

    After 3 - 4 months of inactivity, I'm getting a bit slow - help getting back in the groove

    Posted: 02 Jun 2019 03:55 AM PDT

    Been very busy with part time studies and work that I've completely stalled my own app development!

    I finally could get back into dev after finishing my exams but I noticed I'm overwhelmed when looking at the codes that I'd written 100% by my own prior!! :' (

    Could someone offer me some advice in getting back in the groove please : (

    I am open to ideas or any helpful advice/ views or even encouragement.

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

    An app with plugins

    Posted: 02 Jun 2019 08:08 AM PDT

    I am working on an opensource app that will include an area where developers can integrate upgrade plugins to the app and a section to integrate 3rd party games.

    Is this realistic? I know not it will not be easy.

    Are there any good resources to learn do do this?

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

    Best API for very basic voice recognition application?

    Posted: 02 Jun 2019 07:52 AM PDT

    Hello,

    I am planning on programming a small App which needs to recoginze really simple / short phrases while open. It should have the ability to differentiate between atleast two different speakers.

    What are the best apis you can recommend for this?

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

    Fastest way to create UI

    Posted: 02 Jun 2019 10:20 AM PDT

    Hi everybody,

    I am looking for advice. I have years of experience with C++, but as far as I've read, people suggest to write at least the UI in Java / Kotlin. My idea is to write almost everything in C++ and write just the UI in Java or Kotlin. I'm going to read some books and tutorial for sure, but I just want to ask you if in your opinion there's a way (framework, one language better than the other, any suggestion) to be able to create an UI in the fastest way. Why this? because for example if I want to port this app to iOS I'd like to change the minimum amount of code. Cheers!

    Edit: Another option would be to write the UI in some other language different than C++, but that allows to write native-look like apps in a fast way (xamarin , HTML ?)

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

    Can someone help me with file management in kotlin?

    Posted: 01 Jun 2019 09:44 PM PDT

    I'm working on my first Android application and it's going well. I have the fragments, tabs, and activities all working together as of today, so now I need to turn my attention to working with the object classes I've made for my budgeting app.

    My plan is to store stuff like bills, transactions, and accounts in text files, then load those into memory as objects. I've done this many times with other applications, so I don't need help with how to accomplish this. What I do need help with is understanding where I should store these text files so they can be loaded from the Android application (onLoad).

    Furthermore, kotlin's file system is confusing me. I have a large amount of experience with ByfferedReader, etc., in Java, but Kotlin is sort of throwing me for a loop.

    In short, can someone break down where my app should store text files, and how to open those text files with Kotlin on my MainActivity's load?

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

    Does Anyone Still Use Eclipse for Android Development?

    Posted: 02 Jun 2019 06:19 AM PDT

    Are there any examples of DatBinding, ViewModel and ReciclerView with the use of FragmentPagerAdapter?

    Posted: 02 Jun 2019 06:11 AM PDT

    How do they manage the Observable LiveData with the also observable DataObserver inside the ViewPager.

    I'm I supposed to stop using the .notifyDataSetChanged(), and stop overriding the .getItemPosition(object) If Im using the ViewModel with ReciclerView?

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

    Google Play Console:1 day since publishing my app and publication still pending

    Posted: 02 Jun 2019 06:03 AM PDT

    Yesterday I published my first app at play store, but publication is still pending.

    I thought it only took a few hours, Is this Normal?

    My Play Console account is new if that gives any additional info?

    Thanks

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

    How to Make a Learning App Using Android Studio with Sqlite Part 2

    Posted: 02 Jun 2019 05:09 AM PDT

    Opensource Rideshare Marketplace

    Posted: 02 Jun 2019 04:49 AM PDT

    Hello it was recommended tat I place this here.

    I am looking for developers that want to help out with an opensource rideshare app. The app is Rydz Marketplace and it is intended to be a marketplace platform where developers can add plugins or games for waiting passengers etc...

    If you are interested you can join r/rydzmarketplace

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

    Why is it so rare for Android Browsers to run and support browser extensions?

    Posted: 02 Jun 2019 03:14 AM PDT

    As a software engineering major and as aspiring android developer, I can't help but wonder towards the seemingly never ending amount of different and unique web browsers for the Android platform YET to date I can only confirm that three of them, not including beta and alpha releases, actually support browser extensions : Yandex, Firefox and recently Kiwi Browser added this future. Why is this? Personally as a power user if I have the option for browser extensions to be available I am simply not even going to look at any of the other browsers seriously. Is this that difficult of a feature to add or is it just that extensions are kind of a new and upcoming trend in web browsing?

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

    Add Home button While ringing Toggle

    Posted: 02 Jun 2019 03:08 AM PDT

    How can i add home button While ringing toggle option in pie custom roms?

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

    GitHub - Naveentp/Clean-MVVM-NewsApp: Android News app developed using Clean + MVVM architecture

    Posted: 02 Jun 2019 08:48 AM PDT

    Should I apply a [-2% -> +31%] result of an A/B test?

    Posted: 02 Jun 2019 02:47 AM PDT

    Should I apply a [-2% -> +31%] result of an A/B test?

    Hi,

    I was A/B testing 3 variants of Game App icons for my game in Google Play Store.

    Here are the results:

    https://i.redd.it/e8d8hbvvzw131.png

    As you can see the "Cultist Book Icon" variant has [-2% -> +31%] performance in increased downloads.

    I've read in this article that if you have any negative percent you SHOULDN'T apply the change.

    But the positive value is so large (31%) that I became a little uncertain .

    Any tips guys?

    Regards,

    Adam

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

    No comments:

    Post a Comment

    Fashion

    Beauty

    Travel