Information

Android Town

Android is an open Java-based platform to use for developing mobile apps. Do you believe mobile computing is the wave of the future? We do!

Members: 35
Latest Activity: Jul 20, 2019

Discussion Forum

Coroutine-First Android Architecture w/ Rick Busarow

Chicago Kotlin User Group x Android ListenersHosted at GrubHub, July 17Coroutines are the new hot stuff, and right now they’re being added to lots of libraries. But what if you don’t want to use an…Continue

Tags: coroutines, android, kotlin

Started by Amanda Hinchman-Dominguez Jul 20, 2019.

Android Class at Valencia College 3 Replies

We are having an Android App Development class at Valencia starting in August (East campus).  It is COP 2660, and has a pre-requisite of COP2800 Java Programming, or permission of instructor.  There…Continue

Tags: Education, Programming, Android

Started by Colin Archibald. Last reply by Jackie Gleason Jan 31, 2013.

Java applets on android tablets 1 Reply

Does anyone own one of the android java-based tablets? If you do, how does it compare to an iPad, and does it properly run java applets and applications? Do you need to install everything through a…Continue

Tags: applet, java, neelands, tablet, android

Started by Michael Levin. Last reply by Colin Archibald Sep 6, 2011.

Insanely Great Social Hooks and Innovation on this iPhone/Android App

 EveryTrail impresses as a well thought out app with GPS, multimedia and social integration. Not only is it well coded and solid, but the marketing is to the point and clear as well. I like how they…Continue

Tags: mobile, objective-c, travel, iphone, gps

Started by Michael Levin Dec 13, 2010.

Gainesville Mobile Programming Group

Would it be an interest in a gainesville Mobile programming group? Idea is to include android, blackberry, iphone, palm, symbian, and anything else I missed.

Started by Mauricio Tavares Oct 27, 2010.

Android Town Reading List

Loading… Loading feed

Comment Wall

Comment

You need to be a member of Android Town to add comments!

Comment by Rajil Sajila on September 23, 2011 at 4:23am
Can I dive in android even without tating any java baisc rules ?
Comment by Kevin Neelands on September 7, 2011 at 9:28am
Colin - consider teaching that class somewhere in Gainesville!  I'll check out the links and books you recommend.  Also, here's hoping Apple will decide to add the Android-style Java to the iPad!
Comment by John Considine on September 7, 2011 at 9:20am

Thanks Colin.  I was just looking at Android books this weekend and was wondering which ones were better than the others. 

Comment by Colin Archibald on September 6, 2011 at 10:24pm

I'm teaching an Android class at Valencia.  I created a set of type-along videos to help people get started.... you can look at them here:

http://faculty.valenciacollege.edu/colin_archibald/androidprogrammi...

I also can recommend commonsware.com for some e-books that are a pretty reasonable price, and well written. 

 

Comment by Rajil Sajila on September 6, 2011 at 11:12am

Looking for Andoid ebooks for dummies for free !

Please Need Any Help From You!

Comment by Glen Welch on February 15, 2011 at 11:49am
Reading Android Applications for Dummies currently and it is a pretty darn good guide for beginners.  Granted I'm n00b at development.
Comment by Mauricio Tavares on October 27, 2010 at 8:53am
Justin, the Android is not *really* open source. It is close but there is a lot of the OS that is not being published. And its multitasking is, well, interesting.

Still, I too get rather annoyed trying to get objective-C.
Comment by Mauricio Tavares on October 27, 2010 at 8:51am
I have been tossing the idea to have some kind of Android (or just all smartphone/PDAs) group locally, but I have yet to gauge the interest.
Comment by Pedro Ruiz on October 27, 2010 at 2:19am
Justin, I'm teaching myself Android development. Currently working on two sample projects. One is a weather app and the other is a news reader. Yes, there's a bunch of those out there already but they are good starting points for learning the platform, SQLite and XML parsing.
Comment by Justin Griffin on April 2, 2010 at 10:39pm
Just wondering if anyone out there is actively developing on Android? I'm developing applications for it at work (lucky me) for some R&D. I have to say, after tearing my hair out over Objective-C (iPhone), Android is a breath of fresh air.

Java vs Objective-C
Open Source vs Strict Licensing/Barriers to Entry
Multi-tasking vs Single App

What's not to love? Not to mention custom ROMs and "root"-ing your phone for opening native Linux shells.
 

Members (35)

 
 
 

Happy 10th year, JCertif!

Notes

Welcome to Codetown!

Codetown is a social network. It's got blogs, forums, groups, personal pages and more! You might think of Codetown as a funky camper van with lots of compartments for your stuff and a great multimedia system, too! Best of all, Codetown has room for all of your friends.

When you create a profile for yourself you get a personal page automatically. That's where you can be creative and do your own thing. People who want to get to know you will click on your name or picture and…
Continue

Created by Michael Levin Dec 18, 2008 at 6:56pm. Last updated by Michael Levin May 4, 2018.

Looking for Jobs or Staff?

Check out the Codetown Jobs group.

 

Enjoy the site? Support Codetown with your donation.



InfoQ Reading List

How to Build Large Scale Cyber-Physical Systems

To build large-scale safety-critical systems, we need to decompose the system into smaller solvable problems, resolve what is known, and resolve unknowns through experiments, Robin Yeman argued. She suggested investing in test environments for both software and hardware early to enable being test-driven early to increase the safety, security, reliability, and availability of the systems.

By Ben Linders

Hugging Face Unveils LeRobot, an Open-Source Machine Learning Model for Robotics

Hugging Face has unveiled LeRobot, a new machine learning model trained for real-world robotics applications. LeRobot functions as a platform, offering a versatile library for data sharing, visualization, and training of advanced models.

By Daniel Dominguez

Azure API Center Now Generally Available

Microsoft has announced Azure API Center's general availability (GA), which offers centralized API inventory for easy API discovery, reuse, and governance regardless of API type, lifecycle stage, or deployment location.

By Steef-Jan Wiggers

Rust-Written Borgo Language Brings Algebraic Data Types and More to Go

Borgo is a statically typed language that compiles to Go and strives to be interoperable with the existing Go ecosystem. The Borgo language adds to Go algebraic data types, pattern matching, Option and Result types, and more Rust-inspired syntax. The Borgo’s compiler itself is implemented in Rust.

By Bruno Couriol

TypeSpec: A Practical TypeScript-Inspired API Definition Language

Recently, Microsoft engineers officially unveiled TypeSpec, a new language tailored for API-centric development that addresses the complex needs of modern API design. TypeSpec is an open-source, extensible language inspired by TypeScript and C#. It supports various protocols and serialization formats, enabling developers to use a single tool to manage multiple API specifications.

By Eran Stiller