Code Monkey home page Code Monkey logo

bt-android-utils's Introduction

Intro

This is a set of classes I've created and I've found useful while creating Android applications. Note that these do not represent final or stable APIs. I'm still very much playing around with things and will change how these work as I find better ways of doing things.

org.spurint.android.listview

A list adapter and ListRow interface that makes it easy to create lists using ListView that have section headers. The SectionHeaderRow class implements the section header rows. You need to create other impls of ListRow for your own data rows.

org.spurint.android.net

Wrapper class around Apache's HttpClient class to make it easy to do async, cancellable network requests.

org.spurint.android.viewcontroller

This aims to be a (somewhat simpler) version of iOS's ViewController concept. What I really missed when starting to work on Android was UINavigationController. This is super simple right now. I intend to add more to this over time.

Usage

Add the project to your Eclipse workspace. Select the dependent project, open its properties, and in the Android section, find the Library box. Click Add, and select BTAndroidUtils (or whatever you've named it).

bt-android-utils's People

Contributors

kelnos avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

bt-android-utils's Issues

Quick question

Hello Brian,

I just came across the bt-android-utils and couldn't agree more that Android is missing the UINavigationController. My question is related to how you are using the NavigationController. The constructor for the NavigationController takes both a ViewControllerActivity and a ViewController, but it's main operations work on the ViewController and yet the ViewController takes a ViewControllerActivity in it's constructor. I would have thought the NavigationController would simply work with ViewControllerActivities alone. Maybe I am missing how you are using these classes with this hierarchy. Any input would be helpful. Thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.