Sno | Link Location |
1 | AD 01 Download and Install the Java JDK |
2 | AD 02 Installing Eclipse and Setting up the ADT |
3 | AD 03 Installing Android SDK and Set up Emulator |
4 | AD 04 Setting up an Android Project |
5 | AD 05 Overview of Project and Adding Folders |
6 | AD 06 Introduction to Layouts in XML |
7 | AD 07 Creating A Button in XML and Adding an ID |
8 | AD 08 Setting up Variables and Referencing XML ids... |
9 | AD 09 Set up a Button with OnClickListener |
10 | AD 10 Using setText method for our button |
11 | AD 11 Adding Resources and Setting Background |
12 | AD 12 Setting up an Activity and Using SetContentV... |
13 | AD 13 Introduction to the Android Manifest |
14 | AD 14 The Framework of a Thread |
15 | AD 15 How to Start a New Activity via Intent |
16 | AD 16 Activity Life Cycle |
17 | AD 17 Adding Music with MediaPlayer |
18 | AD 18 Create a List Menu from the ListActivity cla... |
19 | AD 19 Setting up an ArrayAdapter |
20 | AD 20 Starting an Activity with a Class Object |
21 | AD 21 Finishing ListActivity |
22 | AD 22 XML Introducting the EditText |
23 | AD 23 XML ToggleButton, WeightSum, and Layout Weig... |
24 | AD 24 XML Padding and Setting Toggle to On |
25 | AD 25 Quick Review by setting up a new Activity |
26 | AD 26 If Toggle Button is checked |
27 | AD 27 Set the Input Type of an EditText |
28 | AD 28 Comparing Strings with else if |
29 | AD 29 Set Gravity within Java |
30 | AD 30 Setting Color of a TextView in Java |
31 | AD 31 Where's the Fridge, that's Random |
32 | AD 32 Switch and Case |
33 | AD 33 Creating a Method |
34 | AD 34 Implementing Classes for Better Programming |
35 | AD 35 XML ScrollView and AnalogClock |
36 | AD 36 Setting up An Email Activity |
37 | AD 37 PutExtra method for an Email Intent |
38 | AD 38 XML ImageView for Camera Application |
39 | AD 39 Starting an Activity for a Result |
40 | AD 40 Getting Data from a different Activity |
41 | AD 41 Finish Camera and Wallpaper App |
42 | AD 42 Using BitmapFactory and InputStream to set B... |
43 | AD 43 Set Fixed Screen Orientation |
44 | AD 44 XML Relative Layout |
45 | AD 45 RadioButtons in a RadioGroup |
46 | AD 46 Set the Radio to the OnCheckedChangeListener... |
47 | AD 47 Passing a String between Activities |
48 | AD 48 Recieving Bread String from Activity |
49 | AD 49 StartActivityForResult setup |
50 | AD 50 setResult for the Start Activity For Result |
51 | AD 51 Setting up a Menu with MenuInflater |
52 | AD 52 Making MenuItems do something |
53 | AD 53 Text Activity with Theme |
54 | AD 54 Setting up Preferences |
55 | AD 55 Setting up a String array resource |
56 | AD 56 Creating a PreferenceActivity |
57 | AD 57 Accessing Preferences from an Activity |
58 | AD 58 More with Preferences |
59 | AD 59 Altered Landscape Layout |
60 | AD 60 Creating Custom Buttons |
61 | AD 61 Full Screen Activities |
62 | AD 62 Custom Animation Class |
63 | AD 63 Using a Constructor to pass Context |
64 | AD 64 Drawing Bitmaps to Canvas View |
65 | AD 65 Animating a Bitmap |
66 | AD 66 Using the Asset Folder for Typeface |
67 | AD 67 Setting up a SurfaceView class |
68 | AD 68 Setting up Animation Thread |
69 | AD 69 Locking and Unlocking a Canvas |
70 | AD 70 Establishing a Better Animation Thread |
71 | AD 71 Setting up the OnTouch Method |
72 | AD 72 Defining a Class within a Class |
73 | AD 73 Graphics Trick |
74 | AD 74 MotionEvents and Motion Actions |
75 | AD 75 Game Programming concept |
76 | AD 76 Cleaning up some Errors |
77 | AD 77 Sleeping to Achieve desired FPS |
78 | AD 78 WakeLock to keep you app from sleeping |
79 | AD 79 SoundPool helps with explosions |
80 | AD 80 Using the OnLongClick method |
81 | AD 81 SlidingDrawer Example |
82 | AD 82 Introduction to the FrameLayout |
83 | AD 83 Methods of the SlidingDrawer |
84 | AD 84 Tabs setup with TabHost |
85 | AD 85 Setting up the TabHost in Java |
86 | AD 86 Creating Tabs in Java |
87 | AD 87 Getting the Time from the System |
88 | AD 88 Formatting and using the Modulus |
89 | AD 89 Create a Browser with WebView |
90 | AD 90 WebView navigation methods |
91 | AD 91 Set WebView Client for a Brower app |
92 | AD 92 WebView Settings |
93 | AD 93 Hiding the Keyboard |
94 | AD 94 ViewFlipper Example |
95 | AD 95 Saving Data with SharedPreferences |
96 | AD 96 SharedPreferences Editor |
97 | AD 97 Loading SharedPreferences Data |
98 | AD 98 File Output Stream for Internal Storage |
99 | AD 99 Writing Data to File Output Stream |
100 | AD 100 File Input Stream |
101 | AD 101 Async Task class to load stuff |
102 | AD 102 The 4 AsyncTask Methods |
103 | AD 103 ProgressDialog and Correction |
104 | AD 104 External Storage State |
105 | AD 105 Spinners and ArrayAdapter |
106 | AD 106 OnItemSelected and File Directories |
107 | AD 107 Toggling Visibility |
108 | AD 108 InputStream and OutputStream |
109 | AD 109 Write External Data Permission |
110 | AD 110 Media Scanner Connection |
111 | AD 111 TableLayout and Intro SQLite Database |
112 | AD 112 Setting up SQLite Database Variables |
113 | AD 113 SQLite class implementing SQLiteOpenHelper |
114 | AD 114 Creating SQLite Database |
115 | AD 115 Opening SQLite database to write |
116 | AD 116 Closing SQLite Database |
117 | AD 117 Inserting Data into SQLite Database |
118 | AD 118 How to Create a Dialog |
119 | AD 119 Setting up method to Read SQLite |
120 | AD 120 Reading SQLite Database with Cursor |
121 | AD 121 Setting up more SQLite methods |
122 | AD 122 Getting a Specific Entry |
123 | AD 123 Updating SQLite Entry |
124 | AD 124 Deleting Entry from SQLite Database |
125 | AD 125 Setting up a Accelerometer class |
126 | AD 126 Setting up Sensor Manager |
127 | AD 127 OnSensorChanged accelerometer method |
128 | AD 128 Finishing Accelerometer and unregistering |
129 | AD 129 Setting up a Google Maps Activity |
130 | AD 130 Obtaining Google Maps API debug key |
131 | AD 131 Displaying the MapView |
132 | AD 132 MapView Overlay |
133 | AD 133 Overlay MotionEvent time |
134 | AD 134 AlertDialog methods and ClickListener |
135 | AD 135 Compass and Map Controller |
136 | AD 136 Geocoder and GeoPoint |
137 | AD 137 Geocoding a Location for an Address |
138 | AD 138 Toggling Street and Satellite views |
139 | AD 139 ItemizedOverlay to draw on our Map |
140 | AD 140 Creating a Custom pinpoint |
141 | AD 141 Placing a Pinpoint on a MapView |
142 | AD 142 LocationManager and Location Permissions |
143 | AD 143 Criteria and getting Location |
144 | AD 144 Updating with OnLocationChanged method |
145 | AD 145 Exporting apk and signing keystore |
146 | AD 146 Obtaining Key for a specific Project |
147 | AD 147 Introduction to HttpClient |
148 | AD 148 Executing HttpGet on a Http Client |
149 | AD 149 Viewing Internet data via StringBuffer |
150 | AD 150 Introduction to JSON parsing |
151 | AD 151 JSONArrays and JSONObjects |
152 | AD 152 Appending with StringBuilder |
153 | AD 153 Reading JSON information |
154 | AD 154 Setting up XML Parsing Project |
155 | AD 155 StringBuilder and XML Parsing Framework |
156 | AD 156 Setting up a parsed XML data collection cla... |
157 | AD 157 SAXParserFactory and XMLReader |
158 | AD 158 Start Element method |
159 | AD 159 Finishing XML parser |
160 | AD 160 Creating a Widget receiver |
161 | AD 161 Setting up Widget Configuration Activity |
162 | AD 162 Basic Widget Design |
163 | AD 163 Updating and Deleting Widget |
164 | AD 164 Updating a Widget TextView |
165 | AD 165 Setting up Widget Configuration Class |
166 | AD 166 Relating Context with the Widget Manager |
167 | AD 167 PendingIntent and widget Buttons |
168 | AD 168 Introduction to OpenGL ES |
169 | AD 169 OpenGL Renderer Basics |
170 | AD 170 Rendering A Background |
171 | AD 171 OpenGl 2D vertices |
172 | AD 172 Byte and Float Buffers |
173 | AD 173 ShortBuffer to handle Indices |
174 | AD 174 Creating Draw method for OpenGL |
175 | AD 175 glDrawElements method |
176 | AD 176 OpenGL Boosting Performance |
177 | AD 177 On Surface Changed |
178 | AD 178 Using GLU to set up the Camera |
179 | AD 179 3D Cube Intro |
180 | AD 180 Indices of a Cube |
181 | AD 181 OpenGL Culling |
182 | AD 182 3D Rotation |
183 | AD 183 OpenGL Vertex Color Buffer |
184 | AD 184 Stock Android SDK Themes |
185 | AD 185 Voice Recognition |
186 | AD 186 Voice Recognition Result |
187 | AD 187 Text to Speech |
188 | AD 188 Set Language and Speak |
189 | AD 189 Notifiying Status Bar |
190 | AD 190 Setting up a Notification |
191 | AD 191 Notification Manager Methods |
192 | AD 192 AudioManager Methods |
193 | AD 193 Changing the Volume with a SeekBar |
194 | AD 194 Downloading Admob SDK |
195 | AD 195 Adding External Jar |
196 | AD 196 Adding Admob Ad via XML |
197 | AD 197 Adding Ad Unit Id and Ad Size |
198 | AD 198 Adding Admob Ads via Java |
199 | AD 199 Putting an App on the Market |
200 | AD 200 Updating Application |
0 comments:
Post a Comment