Jump to content

Video Tutoriales para Programacion en Android


Recommended Posts

Android Application Development - 1 Download and Install the Java JDK.flv

Android Application Development - 2 Installing Eclipse and Setting up the ADT.flv

Android Application Development - 3 Installing Android SDK and Set up Emulator.flv

Android Application Development - 4 Setting up an Android Project.flv

Android Application Development - 5 Overview of Project and Adding Folders.flv

Android Application Development - 6 Introduction to Layouts in XML.flv

Android Application Development - 7 Creating A Button in XML and Adding an ID.flv

Android Application Development - 8 Setting up Variables and Referencing XML ids.flv

Android Application Development - 9 Set up a Button with onclickListener.flv

Android Application Development - 10 Using setText method for our button.flv

Android Application Development - 11 Adding Resources and Setting Background.flv

Android Application Development - 12 Setting up an Activity and Using SetContentView.flv

Android Application Development - 13 Introduction to the Android Manifest.flv

Android Application Development - 14 The Framework of a Thread.flv

Android Application Development - 15 How to Start a New Activity via Intent.flv

Android Application Development - 16 Activity Life Cycle.flv

Android Application Development - 17 Adding Music with MediaPlaye.flv

Android Application Development - 18 Create a List Menu from the ListActivity class.flv

Android Application Development - 19 Setting up an ArrayAdapter.flv

Android Application Development - 20 Starting an Activity with a Class Object.flv

Android Application Development - 21 Finishing ListActivity.flv

Android Application Development - 22 XML Introducting the EditText.flv

Android Application Development - 23 XML ToggleButton, WeightSum, and Layout Weight.flv

Android Application Development - 24 XML Padding and Setting Toggle to On.flv

Android Application Development - 25 Quick Review by setting up a new Activity.flv

Android Application Development - 26 If Toggle Button is checked.flv

Android Application Development - 27 Set the Input Type of an EditText.flv

Android Application Development - 28 Comparing Strings with else if.flv

Android Application Development - 29 Set Gravity within Java.flv

Android Application Development - 30 Setting Color of a TextView in Java.flv

Android Application Development - 31 Wheres the Fridge, thats Random.flv

Android Application Development - 32 Switch and Case.flv

Android Application Development - 33 Creating a Method.flv

Android Application Development - 34 Implementing Classes for Better Programming.flv

Android Application Development - 35 XML ScrollView and AnalogClock.flv

Android Application Development - 36 Setting up An Email Activity.flv

Android Application Development - 37 PutExtra method for an Email Intent.flv

Android Application Development - 38 XML ImageView for Camera Application.flv

Android Application Development - 39 Starting an Activity for a Result.flv

Android Application Development - 40 Getting Data from a different Activity.flv

Android Application Development - 41 Finish Camera and Wallpaper App.flv

Android Application Development - 42 Using BitmapFactory and InputStream to set Bitmap.flv

Android Application Development - 43 Set Fixed Screen Orientation.flv

Android Application Development - 44 XML Relative Layout.flv

Android Application Development - 45 RadioButtons in a RadioGroup.flv

Android Application Development - 46 Set the Radio to the OnCheckedChangeListener.flv

Android Application Development - 47 Passing a String between Activities.flv

Android Application Development - 48 Recieving Bread String from Activity.flv

Android Application Development - 49 StartActivityForResult setup.flv

Android Application Development - 50 setResult for the Start Activity For Result.flv

Android Application Development - 51 Setting up a Menu with MenuInflater.flv

Android Application Development - 52 Making MenuItems do something.flv

Android Application Development - 53 Text Activity with Theme.flv

Android Application Development - 54 Setting up Preferences.flv

Android Application Development - 55 Setting up a String array resource.flv

Android Application Development - 56 Creating a PreferenceActivity.flv

Android Application Development - 57 Accessing Preferences from an Activity.flv

Android Application Development - 58 More with Preferences.flv

Android Application Development - 59 Altered Landscape Layout.flv

Android Application Development - 60 Creating Custom Buttons.flv

Android Application Development - 61 Full Screen Activities.flv

Android Application Development - 62 Custom Animation Class.flv

Android Application Development - 63 Using a Constructor to pass Context.flv

Android Application Development - 64 Drawing Bitmaps to Canvas View.flv

Android Application Development - 65 Animating a Bitmap.flv

Android Application Development - 66 Using the Asset Folder for Typeface.flv

Android Application Development - 67 Setting up a SurfaceView class.flv

Android Application Development - 68 Setting up Animation Thread.flv

Android Application Development - 69 Locking and Unlocking a Canvas.flv

Android Application Development - 70 Establishing a Better Animation Thread.flv

Android Application Development - 71 Setting up the OnTouch Method.flv

Android Application Development - 72 Defining a Class within a Class.flv

Android Application Development - 73 Graphics Trick.flv

Android Application Development - 74 MotionEvents and Motion Actions.flv

Android Application Development - 75 Game Programming concept.flv

Android Application Development - 76 Cleaning up some Errors.flv

Android Application Development - 77 Sleeping to Achieve desired FPS.flv

Android Application Development - 78 WakeLock to keep you app from sleeping.flv

Android Application Development - 79 SoundPool helps with explosions.flv

Android Application Development - 80 Using the OnLongClick method.flv

Android Application Development - 81 SlidingDrawer Example.flv

Android Application Development - 82 Introduction to the FrameLayout.flv

Android Application Development - 83 Methods of the SlidingDrawer.flv

Android Application Development - 84 Tabs setup with TabHost.flv

Android Application Development - 85 Setting up the TabHost in Java.flv

Android Application Development - 86 Creating Tabs in Java.flv

Android Application Development - 87 Getting the Time from the System.flv

Android Application Development - 88 Formatting and using the Modulus.flv

Android Application Development - 89 Create a Browser with WebView.flv

Android Application Development - 90 WebView navigation methods.flv

Android Application Development - 91 Set WebView Client for a Brower app.flv

Android Application Development - 92 WebView Settings.flv

Android Application Development - 93 Hiding the Keyboard.flv

Android Application Development - 94 ViewFlipper Example.flv

Android Application Development - 95 Saving Data with SharedPreferences.flv

Android Application Development - 96 SharedPreferences Editor.flv

Android Application Development - 97 Loading SharedPreferences Data.flv

Android Application Development - 98 File Output Stream for Internal Storage.flv

Android Application Development - 99 Writing Data to File Output Stream.flv

Android Application Development - 100 File Input Stream.flv

Android Application Development - 101 Async Task class to load stuff.flv

Android Application Development - 102 The 4 AsyncTask Methods.flv

Android Application Development - 103 ProgressDialog and Correction.flv

Android Application Development - 104 External Storage State.flv

Android Application Development - 105 Spinners and ArrayAdapter.flv

Android Application Development - 106 OnItemSelected and File Directories.flv

Android Application Development - 108 InputStream and OutputStream.flv

Android Application Development - 109 Write External Data Permission.flv

Android Application Development - 110 Media Scanner Connection.flv

Android Application Development - 111 TableLayout and Intro SQLite Database.flv

Android Application Development - 112 Setting up SQLite Database Variables.flv

Android Application Development - 113 SQLite class implementing SQLiteOpenHelper.flv

Android Application Development - 114 Creating SQLite Database.flv

Android Application Development - 115 Opening SQLite database to write.flv

Android Application Development - 116 Closing SQLite Database.flv

Android Application Development - 117 Inserting Data into SQLite Database.flv

Android Application Development - 118 How to Create a Dialog.flv

Android Application Development - 119 Setting up method to Read SQLite.flv

Android Application Development - 120 Reading SQLite Database with Cursor.flv

Android Application Development - 121 Setting up more SQLite methods.flv

Android Application Development - 122 Getting a Specific Entry.flv

Android Application Development - 123 Updating SQLite Entry.flv

Android Application Development - 124 Deleting Entry from SQLite Database.flv

Android Application Development - 125 Setting up a Accelerometer class.flv

Android Application Development - 126 Setting up Sensor Manager.flv

Android Application Development - 127 OnSensorChanged accelerometer method.flv

Android Application Development - 128 Finishing Accelerometer and unregistering.flv

Android Application Development - 129 Setting up a Google Maps Activity.flv

Android Application Development - 130 Obtaining Google Maps API debug key.flv

Android Application Development - 131 Displaying the MapView.flv

Android Application Development - 132 MapView Overlay.flv

Android Application Development - 133 Overlay MotionEvent time.flv

Android Application Development - 134 AlertDialog methods and ClickListener.flv

Android Application Development - 135 Compass and Map Controller.flv

Android Application Development - 136 Geocoder and GeoPoint.flv

Android Application Development - 137 Geocoding a Location for an Address.flv

Android Application Development - 138 Toggling Street and Satellite views.flv

Android Application Development - 139 ItemizedOverlay to draw on our Map.flv

Android Application Development - 140 Creating a Custom pinpoint.flv

Android Application Development - 141 Placing a Pinpoint on a MapView.flv

Android Application Development - 142 LocationManager and Location Permissions.flv

Android Application Development - 143 Criteria and getting Location.flv

Android Application Development - 144 Updating with OnLocationchanged method.flv

Android Application Development - 145 Exporting apk and signing keystore.flv

Android Application Development - 146 Obtaining Key for a specific Project.flv

Android Application Development - 147 Introduction to HttpClient.flv

Android Application Development - 148 Executing HttpGet on a Http Client.flv

Android Application Development - 149 Viewing Internet data via StringBuffer.flv

Android Application Development - 150 Introduction to JSON parsing.flv

Android Application Development - 151 JSONArrays and JSONObjects.flv

Android Application Development - 152 Appending with StringBuilder.flv

Android Application Development - 153 Reading JSON information.flv

Android Application Development - 154 Setting up XML Parsing Project.flv

Android Application Development - 155 StringBuilder and XML Parsing Framework.flv

Android Application Development - 156 Setting up a parsed XML data collection class.flv

Android Application Development - 157 SAXParserFactory and XMLReader.flv

Android Application Development - 158 Start Element method.flv

Android Application Development - 159 Finishing XML parser.flv

Android Application Development - 160 Creating a Widget receiver.flv

Android Application Development - 161 Setting up Widget Configuration Activity.flv

Android Application Development - 162 Basic Widget Design.flv

Android Application Development - 163 Updating and Deleting Widget.flv

Android Application Development - 164 Updating a Widget TextView.flv

Android Application Development - 165 Setting up Widget Configuration Class.flv

Android Application Development - 166 Relating Context with the Widget Manager.flv

Android Application Development - 167 PendingIntent and widget Buttons.flv

Android Application Development - 168 Introduction to OpenGL ES.flv

Android Application Development - 169 OpenGL Renderer Basics.flv

Android Application Development - 170 Rendering A Background.flv

Android Application Development - 171 OpenGl 2D vertices.flv

Android Application Development - 172 Byte and Float Buffers.flv

Android Application Development - 173 ShortBuffer to handle Indices.flv

Android Application Development - 174 Creating Draw method for OpenGL.flv

Android Application Development - 175 glDrawElements method.flv

Android Application Development - 176 OpenGL Boosting Performance.flv

Android Application Development - 177 On Surface Changed.flv

Android Application Development - 178 Using GLU to set up the Camera.flv

Android Application Development - 179 3D Cube Intro.flv

Android Application Development - 180 Indices of a Cube.flv

Android Application Development - 181 OpenGL Culling.flv

Android Application Development - 182 3D Rotation.flv

Android Application Development - 183 OpenGL Vertex Color Buffer.flv

Android Application Development - 184 Stock Android SDK Themes.flv

Android Application Development - 185 Voice Recognition.flv

Android Application Development - 186 Voice Recognition Result.flv

Android Application Development - 187 Text to Speech.flv

Android Application Development - 188 Set Language and Speak.flv

Android Application Development - 189 Notifiying Status Bar.flv

Android Application Development - 190 Setting up a Notification2.flv

Android Application Development - 191 Notification Manager Methods.flv

Android Application Development - 192 AudioManager Methods.flv

Android Application Development - 193 Changing the Volume with a SeekBar.flv

Android Application Development - 194 Downloading Admob SDK.flv

Android Application Development - 195 Adding External Jar.flv

Android Application Development - 196 Adding Admob Ad via XML.flv

Android Application Development - 197 Adding Ad Unit Id and Ad Size.flv

Android Application Development - 198 Adding Admob Ads via Java.flv

Android Application Development - 199 Putting an App on the Market.flv

Android Application Development - 200 Updating Application.flv

Edited by AshWilliams
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...