• Breaking News

    Monday, September 7, 2020

    Android Dev - Weekly "who's hiring" thread!

    Android Dev - Weekly "who's hiring" thread!


    Weekly "who's hiring" thread!

    Posted: 07 Sep 2020 05:44 AM PDT

    Looking for Android developers? Heard about a cool job posting? Let people know!

    Here is a suggested posting template:

    Company: <Best Company Ever>
    Job: [<Title>](https://example.com/job)
    Location: <City, State, Country>
    Allows remote: <Yes/No>
    Visa: <Yes/No>

    Feel free to include any other information about the job.

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

    Weekly Questions Thread - September 07, 2020

    Posted: 07 Sep 2020 03:56 AM PDT

    This thread is for simple questions that don't warrant their own thread (although we suggest checking the sidebar, the wiki, our Discord, or Stack Overflow before posting). Examples of questions:

    • How do I pass data between my Activities?
    • Does anyone have a link to the source for the AOSP messaging app?
    • Is it possible to programmatically change the color of the status bar without targeting API 21?

    Important: Downvotes are strongly discouraged in this thread. Sorting by new is strongly encouraged.

    Large code snippets don't read well on reddit and take up a lot of space, so please don't paste them in your comments. Consider linking Gists instead.

    Have a question about the subreddit or otherwise for /r/androiddev mods? We welcome your mod mail!

    Also, please don't link to Play Store pages or ask for feedback on this thread. Save those for the App Feedback threads we host on Saturdays.

    Looking for all the Questions threads? Want an easy way to locate this week's thread? Click this link!

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

    Basic Dependency Injection with Hilt

    Posted: 07 Sep 2020 07:49 AM PDT

    Getting on the same page with Paging 3

    Posted: 07 Sep 2020 01:56 AM PDT

    Collaboration in a NASA based stars & planets research project

    Posted: 07 Sep 2020 04:54 AM PDT

    Hello friends 👋

    Recently my friend and I started an open source project: it's a simple app which provides all sort Information about stars and planets.

    Functionality & features? - Its simple, the app fetch data from NASA api to get information and load it onto the UI - Searchable through keywords and special filters (stars, planets, exoplanets, colours, etc) - Graphic view to present comparable actual sizes. - Maybe more...

    Progress? - The app's successfully been able to use data from the api and having a functional UI. But there are still bugs and problems to solve, features to add.

    Requirements for the project? - Know how to use flutter and github (mainly flutter, you can learn more about github and git commands as we go) - Have basic knowledge about Flutter & state management - Active and sociable and friendly 😉 (The most important)

    Here's the source code for the project, have fun! You can PM me if you want, we are trying to establish a group.

    Source Code

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

    OTT App Development: Cost, Features, Technology and More

    Posted: 07 Sep 2020 06:17 AM PDT

    I have been working on this mobile app user onboarding guide...will be happy if you can share your views and maybe some of fav user onboarding examples.

    Posted: 07 Sep 2020 03:16 AM PDT

    Rosjava with android

    Posted: 07 Sep 2020 07:34 AM PDT

    Need help to integrate Rosjava with android studio, cant find helpful tutorials.

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

    Don't Reinvent the Wheel, Delegate It!

    Posted: 07 Sep 2020 03:13 AM PDT

    How do i modify an apk and recompile to fix an issue?

    Posted: 07 Sep 2020 08:13 AM PDT

    When I open kiwi browser with dark mode on, it flashes white for split second before opening. I need to fix this by modifying default color value. How do i do that?

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

    setOnDateChangeListner in a calendar view

    Posted: 07 Sep 2020 08:03 AM PDT

    So, here is the code

    mCalendarView.setOnDateChangeListener(new CalendarView.OnDateChangeListener() {
    u/Override
    public void onSelectedDayChange(@NonNull CalendarView view, int year, int month, int dayOfMonth) {
    if(dbHandler.readDataBase(habitName.getText().toString().trim(),selectedDate)==null) {
    addEntry.setText("Add Entry");
    deleteTime.setVisibility(View.GONE);
    }
    else{
    addEntry.setText("Update");
    deleteTime.setVisibility(View.VISIBLE);
    }

    selectedDate=Integer.toString(year) + Integer.toString(month) + Integer.toString(dayOfMonth);

    applyText(dbHandler.readDataBase(habitName.getText().toString().trim(),selectedDate));
    habitCount.setText(String.valueOf(dbHandler.getDateCount(habitName.getText().toString().trim()))+" times");

    }
    });

    The problem is that it takes two clicks on a date to apply those changes(the text and visibility of buttons to change ).Anyone knows why it happens and how i can fix this.

    submitted by /u/Carstica-Adrian
    [link] [comments]

    Discussing Best Practices/Design Patterns

    Posted: 06 Sep 2020 07:05 PM PDT

    In programming, the ways to achieve a certain result can be done by following many different ways. Doing it by using the best practices will be the most efficient though.

    I am a Kotlin/Java developer who likes to have a conversation when it comes to thinking about design patterns for specific problems. If you would like to have a conversation with me regarding these topics you can message me your discord nick.

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

    AndroidBites | 5 Steps to LRU Cache in Repository.

    Posted: 06 Sep 2020 09:35 PM PDT

    Unable to download Android Studio

    Posted: 06 Sep 2020 02:51 PM PDT

    I'm greeted with an IP address not found once I click on download Android studio for Windows from their site.

    This is the page that doesn't load:

    https://redirector.gvt1.com/edgedl/android/studio/install/4.0.1.0/android-studio-ide-193.6626763-windows.exe

    Anyone else?

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

    Timed publishing release the latest build

    Posted: 06 Sep 2020 10:50 AM PDT

    With the timed publishing, I have submitted an apk to review and rollout to production, with go live button got enabled I am assuming the apk has been reviewed and approved.

    I have not yet gone live with that version. Now we noticed that we have to make minor changes and push the latest version instead. If we submit the new build and rollout to production, on clicking the go live button will the latest version go live?

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

    Any short (less than 1 hour long) Java Android tutorials?

    Posted: 06 Sep 2020 10:32 AM PDT

    I know that questions like these get asked everyday, but most of the answers are targeted to complete beginner and/or are hours long.

    I would like a relatively quick tutorial (on YouTube) about Android development in Java, just to get me starting and then I can move on with my own projects, thanks👍😄

    submitted by /u/iAgree-_-
    [link] [comments]

    No comments:

    Post a Comment