Skip to content

Vladimir Kroz

Software at scale, ML, AI, Big data, Cloud, Mobile

Search
  • About

Category: Android

Android…

Programming Android: Exclude Activity from excecution by “Back” button

2010-12-162010-12-16
Requirement: Implement activity which can be activated only when explicitly started by Intent, and cannot be executed by pressing “Back” button on the device. Solution: There are two useful Intent’s…
Android…

Android-active-record, Intro

2010-11-152010-11-18
By this post I open a set of short tutorials about android-active-record library. 'Android-Active-Record’ was created to simplify and streamline operations with Android SQLite database. It allows to define DB…
Android

Programming Android: non-documented problems with AsyncTask

2010-02-252010-09-22
AsyncTask class is very handy to execute one-time operations in the threads separate from main UI thread  and communicate results back to it. However I figured out that AsyncTask must be…
Android

Testing Android with “Android Test Project” (Android JUnit)

2010-02-192010-03-18
This article opens a series covering different aspects of application testing on Android platform. Background Android platform comes with preintegrated JUnit 3.0 framework. That means you don't need to install anything…
Android

Programming Android: How to attach (view) Android sources in Eclipse project

2010-01-262010-11-24
It's is a well known obstacle - sources of Android platform are not available in Eclipse Android project. There are some manual steps required to fix the problem: 1) Get…
Android

Programming Android: communicating between threads

2009-12-142012-03-23
This post is about designing of  interactions between threads using android framework classes: Handler, Looper, HandlerThread, AsyncTask There are multiple options available to design interactions between threads. Depending on complexity of…
Android

Programming Android: Manage sqlite

2009-11-122012-03-23
Using shell to access sqlite $ adb [-s <AVD name>] shell # sqlite3 /data/data/<application package name>/databases/<database name> Example: >adb shell $ sqlite3 /data/data/com.kroz.app/databases/mydatabase.db sqlite3 /data/data/com.kroz.app/databases/mydatabase.db SQLite version 3.5.9 Enter ".help"…
Android

Programming Android: simple broadcast messages

2009-11-032012-03-23
1) Setup broadcast receiver 2) Publish broadcast event
Android

Programming Android: UI Classes Hierarchy

2009-07-052010-01-27
Android…

Programming Android: Map View within Tab View

2009-07-032012-03-23
Based on examples: http://developer.android.com/guide/tutorials/views/hello-tabwidget.html http://developer.android.com/guide/tutorials/views/hello-mapview.html Application outline Draw two empty tabs Show map on the first tab 1. Setup - obtain maps api key Follow Maps Add-On documentation, eventually you…

Pages

  • About

Recent Posts

  • Top 3 things to keep people motivated and engaged
  • Easy way to install Cloudera CDH on remote machine (e.g. Amazon EC2 instance)
  • Agile software development – definition in 12 bullets
  • Prefix Table (Trie) implementation in Java
  • Programming Android: Exclude Activity from excecution by “Back” button

Activity Activity History ADT Amazon Android Android ActiveRecord Android Cookbook Android JUnit Android Test Project API AsyncTask Broadcast CDH Classes Cloudera Database Debug Eclipse empower team GWT Hadoop Hierarchy Intent IPC JUnit MapView Model motivation people management Prefix table Search sqlite Stack History TabView Task TDD team management Test Driven Development Testing Threads top performers Tree Trie UI Widgets

Categories

  • Agile
  • Algorithms
  • Android
  • Android Cookbook
  • android-active-record
  • GWT
  • Hadoop
  • Java
  • Management
  • Software Development Process

Recent Comments

김병희's avatar김병희 on Programming Android: Map View…
Android unable to st… on Programming Android: Map View…
ahamed's avatarahamed on Programming Android: Map View…
Johnd786's avatarJohnd786 on Programming Android: simple br…
Adesh's avatarAdesh on Programming Android: non-docum…

Agile Algorithms Android android-active-record Android Cookbook GWT Hadoop Java Management Software Development Process
Blog at WordPress.com.
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here: Cookie Policy
  • Subscribe Subscribed
    • Vladimir Kroz
    • Already have a WordPress.com account? Log in now.
    • Vladimir Kroz
    • Subscribe Subscribed
    • Sign up
    • Log in
    • Report this content
    • View site in Reader
    • Manage subscriptions
    • Collapse this bar
Design a site like this with WordPress.com
Get started