• Breaking News

    Wednesday, August 26, 2020

    Android Dev - Shrinking a Kotlin binary by 99.2%

    Android Dev - Shrinking a Kotlin binary by 99.2%


    Shrinking a Kotlin binary by 99.2%

    Posted: 25 Aug 2020 08:54 PM PDT

    [DEV] I created a small library that eliminates recyclerView adapter boilerplate code

    Posted: 26 Aug 2020 02:01 AM PDT

    From past week I was learning about Annotations and Processor through which we can generate any code at the compile-time.

    This got me interested so I made a quick library that will automatically generate RecyclerView.Adapter code by using annotations (check github link below).

    Although, I know the idea is not unique but I just want to practice and see how annotation processing works and ways to use it in our project.

    The library is still in alpha (most implementation will likely to be change) because I'll be implementing/fixing things as I got to know more about this topic.

    Github: https://github.com/KaustubhPatange/AutoBindings

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

    Maintain multiple projects or create a master project with flavors.

    Posted: 26 Aug 2020 05:56 AM PDT

    I have been tasked with re-writing a 4 mobile apps for my company. 4 on Android (Java to Kotlin) and the same 4 on iOS (Objective-C to Swift).

    On Android, the apps all do pretty much the exact same thing. They all use the same API, business logic etc.. They only difference is the "dashboard" and some screens. While they may all do similar things, they are targeted at different users with different jobs. For example. One app may edit inventory in the office. The other app is for people out in the field to add to the inventory. While the two apps ARE different, the underlying business logic and API is the exact same.

    Is it best to just create 4 different projects? The down side would be bug fixes across all the apps.

    Should I create one base project, then each "flavor" could be the different app showing the different dashboard. This makes the most sense, but I have zero experience in this type of project. If this is recommended, does anyone have a tutorial, YouTube videos, or some example to help me get started?

    Has anyone done anything similar?

    What path would you take on maintaining 4 "different" apps?

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

    Advanced Android course

    Posted: 26 Aug 2020 05:52 AM PDT

    I'm an Android developer for the last 5 years. My current company want to invest in my skills and offered me to take an online course. Areas of interest are software architecture and design, multithreading, etc. I did found some, but many of them are offering some basic stuff like Kotlin for Java dev, Android from scratch, etc.

    https://www.pluralsight.com

    https://www.raywenderlich.com

    https://caster.io/courses

    https://teamtreehouse.com/library

    What do you suggest to take?

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

    So, I found confidential results. When I click on the links I get a 404 error. Could someone tell me what confidential results are? I'm not asking for help, just asking has anyone else seen this?

    Posted: 26 Aug 2020 08:01 AM PDT

    New beta release stuck in review. Anybody else facing this issues?

    Posted: 26 Aug 2020 07:46 AM PDT

    I have been working on a finance app for a year now and generally my new releases are released on the playstore in upto 6 hours.

    But, last night I deployed a new beta version, which hasn't been approved until now (18+ hours). The thing is there are no major changes in the new version (no new permissions etc). Is this normal or anyone else facing this specifically today?

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

    Am I the only one still using RelativeLayout, LinearLayout... ?

    Posted: 26 Aug 2020 02:37 AM PDT

    Are you still using these like me or have you changed all to ConstraintLayout or CoordinatorLayout ?

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

    ConstraintLayout 2.0.1

    Posted: 25 Aug 2020 06:04 PM PDT

    Attacking Build Times With Sample Apps

    Posted: 25 Aug 2020 03:42 PM PDT

    What digital signage software do you use for android devices?

    Posted: 26 Aug 2020 07:16 AM PDT

    [FreshAdapter] RecyclerView adapter generator library

    Posted: 26 Aug 2020 06:05 AM PDT

    I got tired of writing recyclerview adapters all the time and decided to make a library about this issue.

    FreshAdapter was my solution to all the repetitive writings of recycler view adapters.

    GitHub link

    It supports incremental processing, diff util generations, custom view clicks/long clicks and many more.

    Using view binding for the view handling and ListAdapter as the adapter of choice for your recycler view.

    Check it out and read the wiki for more details, if you have any suggestions let me know.

    Any feedback is appreciated.

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

    Mod protection or tamper protection

    Posted: 26 Aug 2020 03:52 AM PDT

    I was noticing that there are mods to some games and android apps that change the way that the game work.

    like inifinite life etc. So I was wondering if there is any good way to protect yourself against it.

    I have been searching a bit and it seems like logical if's to check package name etc is easy to avoid.

    The main issue I have is when I have some online features enabled like google play services achivements and leaderboards, analytics data and ads that I probably want to disable to protect myself and the integrity from cheats.

    Thanks

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

    Any one want to handle this library. Contributor and maintainers needed.

    Posted: 26 Aug 2020 02:49 AM PDT

    Anybody using Jetpack compose in production?

    Posted: 25 Aug 2020 09:49 PM PDT

    Is it stable?

    submitted by /u/ulterior-motives
    [link] [comments]

    I'm trying to implement file selector where usr'll select a zip file from downloads folder. In Phone's default file manager it's getting proper URI Whereas google file manager and other managers are giving some other URIs which fails to get selected file and path. Some1 already faced in Android 10?

    Posted: 26 Aug 2020 01:34 AM PDT

    If Oracle wins its lawsuit against Google, What effect will this have on me as an Java Android Developer ?

    Posted: 25 Aug 2020 11:33 AM PDT

    Name Suggest

    Posted: 26 Aug 2020 01:39 AM PDT

    Suggest a short catchy name for an app that takes hand drawn image from the user and generates its webpage.

    Similar to sketch2code.

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

    No comments:

    Post a Comment