Welcome to DU! The truly grassroots left-of-center political community where regular people, not algorithms, drive the discussions and set the standards. Join the community: Create a free account Support DU (and get rid of ads!): Become a Star Member Latest Breaking News General Discussion The DU Lounge All Forums Issue Forums Culture Forums Alliance Forums Region Forums Support Forums Help & Search
2 replies = new reply since forum marked as read
Highlight: NoneDon't highlight anything 5 newestHighlight 5 most recent replies
Anyone out there with recommendations for self-learning Android coding? (Original Post) Girard442 Dec 2018 OP
Yes, Visual Studio with Xamarin better Dec 2018 #1
Thanks. I'll look into that. Girard442 Dec 2018 #2

better

(884 posts)
1. Yes, Visual Studio with Xamarin
Sun Dec 30, 2018, 01:03 PM
Dec 2018
https://visualstudio.microsoft.com/xamarin/

That will give you a development environment within which to work.

Other than that, my best recommendation is to come up with an idea of a somewhat simple app that you would like to build, of which you can identify the required components/steps. For me, it was a clientserver app to allow me to control the Windows Media Player on my home PC from my phone. So naturally, I needed to figure out how to connect to my pc, launch WMP, get a list of artists, respond to an artist selection with a list of albums, and so on. I used simple text transfer for the client/server interface, so from an android perspective, it was mainly about learning what kinds of objects to invoke to store and display what I wanted, and send and receive commands and data.

I find that it's much easier to learn how to do a specific thing that I know I want to do and why, than it is for me to learn about something in the abstract, without any clear understanding of its use. But I've always had success in learning how to accomplish whatever task I've identified, and I learn about the programming elements involved as I go, and encounter the need to learn about them. And thankfully, that approach seems to work well for me regardless of the programming language.

Girard442

(6,066 posts)
2. Thanks. I'll look into that.
Mon Dec 31, 2018, 08:58 AM
Dec 2018

I have some modest apps in mind. Yes, it's hard sometimes to stay focused when your goal is some nebulous "acquiring skills" as opposed to "how the !@#$%^&* can I get this *&^%$#@! to work".

Latest Discussions»Retired Forums»Website, DB, & Software Developers»Anyone out there with rec...