Kotlin 1.2 Released: Sharing Code between Platforms Android Dev |
- Kotlin 1.2 Released: Sharing Code between Platforms
- Anyone else still pure java on here? I am! <3
- Android Camera Library Comparison – Fotoapparat vs. CameraKit
- AndroidDev Salaries
- Tizi: Detecting and blocking socially engineered spyware on Android.
- Interfaces within Fragments: How do you NOT get a null pointer exception? Seriously, I don't think I am doing interfaces correctly.
- How useful is c# in Android development?
- KotlinConf 2017 - Opening Keynote by Andrey Breslav
- Help! What's going on with my Canvas?
- Pin/Password file encryption
- Understanding RecyclerView Part 1: The Basics
- Clean up your Android code [Pt.2]
- WireGuard, a Revolutionary VPN Project, Adds Support for Android ROMs.
- CV/Resume Suggestion for Android Devs
- Injecting into Android Studio's build process.
- Android Dialogs: Fastlane with Andrea Falcone
Kotlin 1.2 Released: Sharing Code between Platforms Posted: 28 Nov 2017 08:04 AM PST
| ||
Anyone else still pure java on here? I am! <3 Posted: 28 Nov 2017 06:58 AM PST Learning Kotlin, but in a team environment it seems harder to commit to unless everyone is open to it. Still wondering what the temperature is. [link] [comments] | ||
Android Camera Library Comparison – Fotoapparat vs. CameraKit Posted: 28 Nov 2017 07:43 AM PST
| ||
Posted: 28 Nov 2017 09:46 AM PST Hey guys, What are your salaries and years of Android (and other programming) experience? I've been a C++ Dev for the past 7 years for a government contractor. I sort of am tired of my job and want to try something new. I'm hoping to find something where I can work from home. Mobile development, depending on the project, seems like it could be interesting. I have a descent amount of Java experience, and have only poked around with Android a tiny bit, so I probably would have a learning curve to starting an Android dev job. I also have experience with PHP, SQL, javascript, C#, C, and a few others. My current salary is $110k + benefits in the San Diego area. From what I see, it might be pretty hard to get a work-from-home job at that salary (or more) as an Android dev with practically no Android dev experience. It seems industry standard around here is to get like a 10-30% increase in salary when switching jobs. Am I crazy to think I could get a job in this industry without sacrificing salary and without moving given my experience? [link] [comments] | ||
Tizi: Detecting and blocking socially engineered spyware on Android. Posted: 28 Nov 2017 10:47 AM PST
| ||
Posted: 28 Nov 2017 02:21 PM PST | ||
How useful is c# in Android development? Posted: 28 Nov 2017 01:13 PM PST | ||
KotlinConf 2017 - Opening Keynote by Andrey Breslav Posted: 28 Nov 2017 12:29 PM PST
| ||
Help! What's going on with my Canvas? Posted: 28 Nov 2017 11:51 AM PST I'm new to Android as well as Java, so I'm sure I'm probably messing something up here. I'm in the process of making my first app (partly for learning). But my canvas is having some WEIRD issues. I'm drawing a green background and a letter on the screen through drawText, then minusing from the height everytime my while loop runs (inside my run() thead). Basically just want to have the letter fall from the top to bottom of the screen. The issues I'm having are: 1. The letter falls and a bunch of faded shadows of the letter seem to be following behind it.
Any thoughts on this? I've tried messing around with FPS and fallspeed(how many pixels are getting minused), but nothing seems to work unless I make it incredibly slow. [link] [comments] | ||
Posted: 28 Nov 2017 11:47 AM PST Hello everyone! So I'm really new to Android Development and I'd like to make a simple app that includes an encrypted Pin and Password file for the user to store their information. I have no clue where to start with this. Here is what I believe to be the process in its most simplistic form: Create a file // Encrypt it using an Android Library Once the app creates the file. When the user wants to access it: Decrypt file // User updates the contents in the file // Encrypt file again using Android Library Any guidance on this problem would be great. I'm not looking to write my own encryption (yet) but I haven't had any experience using an Android library nor am I completely sure about the intricate aspects of the creation of an encrypted Pin/Pass file. Thank you! [link] [comments] | ||
Understanding RecyclerView Part 1: The Basics Posted: 28 Nov 2017 11:32 AM PST
| ||
Clean up your Android code [Pt.2] Posted: 28 Nov 2017 11:26 AM PST
| ||
WireGuard, a Revolutionary VPN Project, Adds Support for Android ROMs. Posted: 28 Nov 2017 09:43 AM PST
| ||
CV/Resume Suggestion for Android Devs Posted: 28 Nov 2017 09:39 AM PST I was thinking how should my CV/Resume look as an Android Developer. Can I have some examples please? [link] [comments] | ||
Injecting into Android Studio's build process. Posted: 27 Nov 2017 06:55 PM PST So I've built a tool that analyzes and modifies parts of an app during the build process (don't want to be self promoting, so I'll leave tool name and specific details out). It optimizes code on the bytecode level (like proguard, but far more advanced and does Android specific things) and identifies (sometimes fixes) likely security vulnerabilities. I have it working great with ant, but some parts I'm having issues with doing in Android Studio. First my tools injects into the build and analyses, then modifies the class files prior to conversion to dex. This is easy, just my app like this However some parts of the app process the encoded binary xml files, and the dex file itself. Yes I can just do it after the build, but then I have to remove the signature and ask the user to sign it again, as well as expect the user to well do another step. I can't seem to inject into the process post dx, but prior to signing. Ideally I would either inject right before signing, or right before packaging the application into the APK. Any ideas on running my code at the appropriate time? (post dx, but before signing). Any help would be appreciated. [link] [comments] | ||
Android Dialogs: Fastlane with Andrea Falcone Posted: 27 Nov 2017 06:03 PM PST
|
You are subscribed to email updates from Developing Android Apps. To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google, 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States |
No comments:
Post a Comment