• Breaking News

    Sunday, June 7, 2020

    Android Dev - JetBrains is going to monetize JetBrains Academy register quickly to get free access until Jan 1st

    Android Dev - JetBrains is going to monetize JetBrains Academy register quickly to get free access until Jan 1st


    JetBrains is going to monetize JetBrains Academy register quickly to get free access until Jan 1st

    Posted: 06 Jun 2020 11:04 PM PDT

    Google is OK with violating the GDPR?

    Posted: 07 Jun 2020 03:26 AM PDT

    Android Architecture: MVP to MVVM

    Posted: 06 Jun 2020 09:51 PM PDT

    [DEV] I made a wrapper around official Spotify android SDK

    Posted: 07 Jun 2020 02:05 AM PDT

    Recently for some reason, I've to implement Spotify API in my personal android app project. So I went to the official android docs and saw that they actually provide an authentication library.

    It's good until I came across a problem regarding refreshing an access token like there is no built-in way to generate an access token from refresh token, also for capturing result from OAuth we've to override onActivityResult() which is OK, but I think there is a better solution to use ActivityResultContract from the latest androidx Activity (alpha release) which lets you register & listens for Activity Result Callback.

    There are other limitations regarding the official SDK which I've mentioned in my GitHub repo's readme.

    So I thought to create a wrapper overcoming these limitations. The library is open-source and licensed under Apache v2.0. It is also well documented, so if you've any spare time take a look at it and let me know how I can improve it further.

    Library - https://github.com/KaustubhPatange/Unofficial-Spotify-SDK

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

    TheMovieDB: An app for TMDB API featuring MVVM, Koin and AAC

    Posted: 07 Jun 2020 03:17 AM PDT

    Hey guys, I'm working on this app for a long time and it has always been a playground for learning new things. Some parts of the app are very well written and other parts are just horrible IMO. Still, here it is hope you guys like it, and please point out any improvements that you guys think can be made (or just something that I did horribly wrong).

    EDIT: https://github.com/skrilltrax/TheMovieDB

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

    Android distribution chart new location

    Posted: 07 Jun 2020 12:05 AM PDT

    How To Make An Calendar Android App For Beginners

    Posted: 06 Jun 2020 02:50 PM PDT

    What's the future of RxJava ? Is it worth learning it in 2020?

    Posted: 06 Jun 2020 10:41 AM PDT

    Question about open-source projects

    Posted: 06 Jun 2020 11:13 AM PDT

    Hi! I won't be going into details on how this happened, but basically I have an option to be paid for contributing to open-source projects this summer. I have a few years of experience with Android so I thought I'll ask what open-source projects would you recommend for this. Thank you in advance.

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

    Meow Framework

    Posted: 05 Jun 2020 02:17 PM PDT

    A Framework that simplify developing MVVM Architecture and Material Design in Android with Kotlin language including useful Extensions and Sample Application. This Framework has some tools for Retrofit and OKHttp and Coroutine for calling REST API requests.
    Dynamic Localization and Day/Night Theme & Meow Custom Widgets are another features.

    https://github.com/oneHamidreza/Meow-Framework-MVVM

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

    No comments:

    Post a Comment