Great "get-started" info and motivation on intents:
http://android-developers.blogspot.com/2012/02/share-with-intents.html
Here's a nice example of taking and sending a screenshot:
https://gist.github.com/nikreiman/2310318
Recursive algorithms can be slow because they end up solving the same little problems over and over again. To speed them up, you can use a technique called "memoization." Memoization allows algorithms go much more quickly by remembering solutions to problems they have already solved. I’m the recursive algorithm. This blog is my memoization.
Showing posts with label android. Show all posts
Showing posts with label android. Show all posts
Monday, November 17, 2014
Nice tutorial for http access on Android
http://hmkcode.com/android-internet-connection-using-http-get-httpclient/
Make sure to go to the bottom to look at the asynchronous class.
Make sure to go to the bottom to look at the asynchronous class.
Monday, November 10, 2014
Nice resource for working with the web from Android.
Working with the web is always chancy because you may not have connectivity. You don't want anything to hang, so you need your calls to be asynchronous. Here's a nice library that handles that for you:
http://loopj.com/android-async-http/
http://loopj.com/android-async-http/
Labels:
android,
asynchronous http client,
get,
post,
web
Subscribe to:
Posts (Atom)