• Breaking News

    Friday, May 29, 2020

    Android Dev - Weekly "anything goes" thread!

    Android Dev - Weekly "anything goes" thread!


    Weekly "anything goes" thread!

    Posted: 29 May 2020 05:40 AM PDT

    Here's your chance to talk about whatever!

    Although if you're thinking about getting feedback on an app, you should wait until tomorrow's App Feedback thread.

    Remember that while you can talk about any topic, being a jerk is still not allowed.

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

    Slack latest android App is slick

    Posted: 29 May 2020 04:56 AM PDT

    It uses bottom navigation as well as a left and right gestures to display a menu on the left a list in the middle and details on the right.

    I'd quite like to use that in my project.Did anyone try to reproduce this behaviour?

    Slack application

    We can see it feels different but it is hard to qualify what it is exactly.

    So I spent some time trying to spot some of the differences.

    When you flick to the right a drawer appears.

    Compared to a regular drawer there are several differences.

    1 - you can drag from anywhere on the screen. Generally the drawer is only accessible from the far left.

    2 - when you scroll the left drawer to the right, the center panel darkens a little bit and follows it pixel for pixel to the right . Generally it only darkens and stays put.

    3 - the left drawer is totally full height including the Pixel notch on top. On other apps it generally covers the title bar but not the system icons above.

    The right drawer is similar but a little bit different.

    1 - you can also drag from anywhere on the screen. Generally the right drawer is only accessible from the far right.

    2 - when you scroll the right drawer to the left, the center panel darkens a little bit and follows to the left just ever so slightly. Perhaps 30 pixels. Generally it only darkens and stays put.

    3 - the right drawer is totally full height too.

    4 - there is a non linear animation of the background, I wonder if someone can qualify it better.

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

    Android Studio 4.0 Stable

    Posted: 28 May 2020 10:14 AM PDT

    Check out my new open source project - Kickstart Android Template.

    Posted: 29 May 2020 03:21 AM PDT

    Hi All! I am super excited to share my first open-source project and I would really appreciate your feedback. 🙏

    It is an open-source platform for android developers that generate boilerplate code for implementing MVVM architecture in activities, fragments, and adapter using Dagger, lifecycle comp., Data binding in order to help developers build apps way faster.

    Download the release and start using it. This is in early-stage right now.

    The best way to learn more is to visit the project's GitHub repository ( https://github.com/sagarmahobia/kickstart-android-template )

    The project is just at the start of its way, any feedback, pull requests or new issues on Github (or stars 😁) will be very much appreciated!

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

    Android dev for UI/UX designer

    Posted: 29 May 2020 04:45 AM PDT

    So as the title suggests i am an aspiring UI/UX designer but i want to learn to develop the apps i am making the designs for as well. I have a little bit of experience in C but pretty clueless about the path i should follow to be able to actually make them real. Would really appreciate some guidance.

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

    Interaction with RecyclerView using Kotlin DSL

    Posted: 29 May 2020 03:06 AM PDT

    Material Components for Android 1.2.0 now in beta

    Posted: 28 May 2020 12:24 PM PDT

    Android Studio 4.1 alpha-10 possibly not generating safe-args classes

    Posted: 29 May 2020 09:12 AM PDT

    Today I updated to latest alpha of 4.1 canary channel And noticed this, spent couple of hours trying to find/fix the issue, finally.. Opened project in 4.0 and everything works so wondering if anyone else faced this issue

    PS: I understand canary alphas are not stable

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

    Emulator 30.0.15 Canary

    Posted: 29 May 2020 09:04 AM PDT

    Adjust length of bars

    Posted: 29 May 2020 08:58 AM PDT

    I think that Samsung should have a feature in "navigation bar" settings to adjust the length of the bars for both phones and tablets, what do you guys think

    View Poll

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

    how can i this design in Android Studio ?

    Posted: 29 May 2020 08:46 AM PDT

    How to add referrals in App, if the app is not on any store?

    Posted: 29 May 2020 02:34 AM PDT

    I want to add referral in my android app which is not on any store(App or Play store) and can be downloaded from our site, I am planning to use Firebase dynamic links but Firebase dynamic links uses play store functionality for the app installation verification, However my app is not on any store, is it going to work still? If not, Then how can I still implement referral in my app, Please anyone suggest me better alternative in such scenario. Any help is highly appreciated!

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

    iOS new guideline make apple signin Mandatory

    Posted: 29 May 2020 04:26 AM PDT

    iOS new guideline make apple signin Mandatory

    FYI According the recent apple guideline,all the iOS app's which uses third party login's like Facebook or google login should use sign in with apple option.

    This is making our Android and Web app's to force implement the sign in with apple option since we are using facebook login already along with our own login option.

    https://preview.redd.it/7v9qm9xmuo151.png?width=751&format=png&auto=webp&s=392d9c975a7dcab210fb9872404aa1d856b22033

    We are not even using google sign in option in Android but now we are going to use Apple sign in option.

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

    Solve a Word Search Game using Firebase ML Kit and Huawei ML Kit

    Posted: 29 May 2020 02:02 AM PDT

    Advice on how to implement Android video recording and editing capabilities

    Posted: 29 May 2020 02:05 AM PDT

    Are Parody apps allowed on Google Play Store?

    Posted: 29 May 2020 01:20 AM PDT

    For example a simple News Parody app, obviously it'll contain fake news but just for the sake of humour. Do you think Playstore will allow it?

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

    A new open-source adapter for Retrofit2 library. Has the ability to get LiveData from a retrofit call and serialize error response to a generic custom model

    Posted: 28 May 2020 10:20 PM PDT

    It's been more than two years since I fully moved to Google Architecture Components. The experience is great, but I always had limitations in handling server errors. I found myself in most of the time breaking the architecture to solve them. So I decided to create a generic solution that can fit almost all scenarios, plus, it won't break the architecture, so the code is still testable. Also, I merged it with Google solution that I saw from their open-source samples to provides LiveData object from retrofit calls. My new custom adapter is for Retrofit2 library. Has the ability to get LiveData from a retrofit call and serialize error response to a generic custom model.

    For installation and documentation, you can check the Github link below. The repository also includes a small demo app to simulate error scenarios.

    https://github.com/Bassel-Summak/boliveadapter

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

    In-app privacy tool: free in exchange for case study

    Posted: 28 May 2020 06:13 PM PDT

    My company makes privacy compliance tools for CCPA and GDPR. Brands use our tools, and we think they can help app developers too.

    The tools collect privacy requests, nudge you if you don't reply within legal deadlines, and document your compliance in case anyone asks.

    We are looking for a dev to pilot our no SDK, in-app solution—we will provide it free for the life of your app if, assuming you have positive experience, you would allow us to use the app in a case study. There's an overview of the solution here (sorry the page looks awful on mobile; it's on my to do list to fix).

    Please reach out with any questions. Thank you.

    Marc

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

    No comments:

    Post a Comment