The Android application for the Tech Mun event of year 2011 @ Tecnologico de Monterrey Campus Chihuahua.
techmun2011-android is hosted in the following web site
https://github.com/ti3r/techmun2011-android
If you think the Android project techmun2011-android listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of techmun2011-android.
Item | Value |
---|---|
Java File Count | 37 |
Supported screen sizes | [mdpi, ldpi, hdpi] |
Minimum SDK Version | 8 |
Activity Count | 8 |
Fragment Count | 7 |
jar files used | android-support-v4.jar httpclient-4.1.2.jar httpcore-4.1.2.jar httpmime-4.1.2.jar |
Required Permissions | android.permission.CAMERA android.permission.INTERNET android.permission.READ_OWNER_DATA |
There are 11 image files in techmun2011-android. The names of the image files are listed as follows.
background.png facebook_like.png ic_pulltorefresh_arrow.png lock.png logo_itesm.png mapa.png mensajes.png mesas.png techch_mun_largo.png techchmunlogo.png twitter_t_icon.png
The following screenshort is generated from the image listed above.
techmun2011-android has the following Java source files.
com.markupartist.android.widget.PullToRefreshListView.java org.blanco.techmun.android.ComentariosActivity.java org.blanco.techmun.android.EventosActivity.java org.blanco.techmun.android.LoginActivity.java org.blanco.techmun.android.MainActivity.java org.blanco.techmun.android.MensajeDetailsActivity.java org.blanco.techmun.android.MensajesActivity.java org.blanco.techmun.android.MesasActivity.java org.blanco.techmun.android.cproviders.ComentariosFetcher.java org.blanco.techmun.android.cproviders.EventosFetcher.java org.blanco.techmun.android.cproviders.FetchComentariosResult.java org.blanco.techmun.android.cproviders.MensajesFetcher.java org.blanco.techmun.android.cproviders.MesasFetcher.java org.blanco.techmun.android.cproviders.TechMunContentProvider.java org.blanco.techmun.android.fragments.ComentariosListFragment.java org.blanco.techmun.android.fragments.ComentariosPublishFragment.java org.blanco.techmun.android.fragments.EventosListFragment.java org.blanco.techmun.android.fragments.MesasListFragment.java org.blanco.techmun.android.misc.AuthTask.java org.blanco.techmun.android.misc.Base64Coder.java org.blanco.techmun.android.misc.ComentariosListAdapter.java org.blanco.techmun.android.misc.EventosListAdapter.java org.blanco.techmun.android.misc.ExpandAnimation.java org.blanco.techmun.android.misc.MensajeFotoLoader.java org.blanco.techmun.android.misc.MensajesListAdapter.java org.blanco.techmun.android.misc.MesaListItemClickListener.java org.blanco.techmun.android.misc.MesasCursorAdapter.java org.blanco.techmun.android.misc.ObjectsCursor.java org.blanco.techmun.android.misc.XmlParser.java org.blanco.techmun.entities.Comentario.java org.blanco.techmun.entities.Comentarios.java org.blanco.techmun.entities.Evento.java org.blanco.techmun.entities.Eventos.java org.blanco.techmun.entities.Mensaje.java org.blanco.techmun.entities.Mesa.java org.blanco.techmun.entities.Mesas.java org.blanco.techmun.entities.Usuario.java