• Breaking News

    [Android][timeline][#f39c12]

    Monday, December 25, 2017

    Weekly "who's hiring" thread! Android Dev

    Weekly "who's hiring" thread! Android Dev


    Weekly "who's hiring" thread!

    Posted: 25 Dec 2017 04:46 AM PST

    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 - December 25, 2017

    Posted: 25 Dec 2017 02:55 AM PST

    This thread is for simple questions that don't warrant their own thread (although we suggest checking the sidebar, the wiki, 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]

    Is Android transitioning away from Java to Kotlin in a similar way to how Apple platforms are transitioning from Objective-C to Swift?

    Posted: 24 Dec 2017 09:09 PM PST

    Test Driven Development Techniques - Part 2.1 - Uncle Bob's Technique

    Posted: 25 Dec 2017 06:03 AM PST

    Architecture Components: How to use LiveData with Data Binding?

    Posted: 25 Dec 2017 03:45 PM PST

    Doing Paint.SetColor() gradually with ValueAnimator leads to strange results

    Posted: 25 Dec 2017 06:31 AM PST

    I want to set the Paint color gradually but it doesn't work the way it's supposed to. The paint color only changes if the item is selected by the user and is moving. Otherwise, the paint color doesn't change. What is causing this?

    This is how it looks like: https://i.stack.imgur.com/rjPwF.gif

     @Override public void onChildDraw(Canvas c, RecyclerView recyclerView, RecyclerView.ViewHolder viewHolder, float dX, float dY, int actionState, boolean isCurrentlyActive) { if (actionState == ACTION_STATE_SWIPE) { if (optionsState == OptionState.UPVOTE) { drawUpvoteOption(c, viewHolder.itemView, dX); } else if (optionsState == OptionState.DOWNVOTE) { if (!isRightSwipeMaxed(dX)) drawDownvoteOption(c, viewHolder.itemView, dX); else drawDownvoteOption(c, viewHolder.itemView, MAX_RIGHT_SWIPE); } setTouchListener(c, recyclerView, viewHolder, dX, dY, actionState, isCurrentlyActive); } if (dX == 0) { optionsState = OptionState.NONE; } if (!isRightSwipeMaxed(dX)) { super.onChildDraw(c, recyclerView, viewHolder, dX, dY, actionState, isCurrentlyActive); } else { super.onChildDraw(c, recyclerView, viewHolder, MAX_RIGHT_SWIPE, dY, actionState, isCurrentlyActive); } } private void drawDownvoteOption(Canvas c, View itemView, float dX) { rightRect.set(itemView.getRight() + dX, itemView.getTop(), itemView.getRight(), itemView.getBottom()); setRightPaintColorAnimate(Color.RED); c.drawRect(rightRect, rightPaint); drawText("DOWNVOTE", c, rightRect, rightPaint); } private void setRightPaintColorAnimate(int targetColor) { ValueAnimator colorAnimator = ValueAnimator.ofObject(new ArgbEvaluator(), rightPaint.getColor(), targetColor); colorAnimator.setInterpolator(new LinearInterpolator()); colorAnimator.setRepeatCount(ValueAnimator.INFINITE); colorAnimator.setDuration(300); colorAnimator.addUpdateListener(new ValueAnimator.AnimatorUpdateListener() { @Override public void onAnimationUpdate(ValueAnimator valueAnimator) { //This only works if the item is currently moving rightPaint.setColor((int) valueAnimator.getAnimatedValue()); } }); colorAnimator.start(); } 
    submitted by /u/DickleInAPickle
    [link] [comments]

    What do you guys think of this "new mocking framework" called MockK?

    Posted: 25 Dec 2017 03:17 PM PST

    What are your thoughts on this article? Is learning android development a waste of time?

    Posted: 25 Dec 2017 06:32 AM PST

    Slightly OT: is there a sub for Android development, specific to Amazon Fire development?

    Posted: 25 Dec 2017 01:35 PM PST

    I'm using Fire App Builder for a Fire TV app (Java/Android framework) and I have a few questions. Thanks!

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

    Need some guidance

    Posted: 25 Dec 2017 04:29 AM PST

    I will be straight... I am 25 years old, i have a cs degree but i don't have actual experience in programming. Last year I started to learn about android programming cause i had to finish my thesis and develop an app(I made it, but nothing impressive). Sadly i had to interrupt that learning process cause i had to join the army for 9 months. Right now i am kinda desperate cause i am unemployed and i don't know what to do. I have some Knowledge in java but not in a position to develop things, should i try to catch up android development again? try to find a job ?? I like android development but i need to work as a real dev as fast as possible to make some profit. I know it is not easy but if someone could lead me through the steps that i need to take to find an android job, i will be grateful.

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

    When do you know if you're good enough to write apps as a freelancer?

    Posted: 24 Dec 2017 05:39 PM PST

    I'm a developer with a few years of experience, but it's mostly been web development. I've been learning Android in my free time. Released my first app a few months ago and it's gotten really good reviews (4.9/5). That being said, it's pretty simple. Not even doing any network calls.

    I want to eventually do freelance Android development, but not sure if I'm ready to do so. I released one app, but I know I don't know everything yet. When do you know if you're ready to do Android development professionally? What are things you must know/do in order to he successful on your own? Any insights would be greatly appreciated

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

    12 Month Caster.io Subscription Giveaway

    Posted: 25 Dec 2017 06:16 AM PST

    Own old nsx 40 inch Sony google tv need help

    Posted: 24 Dec 2017 10:18 PM PST

    So they killed YouTube on it about 6 months ago and I side loaded an older version which worked fine up until a week ago. Now it has 410 error can't connect to server and I also can't even sign in to my google account on any part of the tv as well as google play services errors randomly pop up any time I use the tv for anything. Where do I go from here I hate the whole abandoned ware style being used by google?

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

    No comments:

    Post a Comment

    Fashion

    Beauty

    Travel