android-ed.blogspot.com
Android Education: April 2014
http://android-ed.blogspot.com/2014_04_01_archive.html
Where I document what I have learned while developing Android apps. Saturday, April 26, 2014. GridView for Multiple Screen Sizes. Layouts for the grid involve two XML files gridview.xml and gridcell.xml. Framelayout android:background="@color/beige" android:layout height="match parent" android:layout width="match parent" xmlns:android="http:/ schemas.android.com/apk/res/android" gridview android:columnwidth="200dp" android:gravity="center" android:horizontalspacing="10dp" android:id="@ id/gridVie...Publi...
trac.cnx.org
Rhaptos-Trac
https://trac.cnx.org/wiki
Welcome to Connexions and Rhaptos Software Development. This site is for Historical purposes only. Connexions has moved to Github. Historical Rhaptos code on Github. Connexions code on Github. Connexions ( cnx.org. Is the open source software that runs the Connexions site and Enterprise Rhaptos. Is the software for running private content installations. Read more about Connexions and Rhaptos mission and architecture here. Welcome to Connexions and Rhaptos Software Development. One stop API page. All cont...
legacy.cnx.org
OpenStax-CNX - Browse - Language - es-ar > es-cl > es-co > es-cu > es-mx > es-pe > es-pr > es-es > es-ve > es
http://legacy.cnx.org/content/browse_content/language/es-ar/es-cl/es-co/es-cu/es-mx/es-pe/es-pr/es-es/es-ve/es
The content in OpenStax-CNX comes in two formats:. Modules, which are like small "knowledge chunks," and. Collections, groups of modules structured into books or course notes, or for other uses. Our open license. Allows for free use and reuse of all our content. Click a link at left first. Click a link at left first. Limit to Regional Variant: Argentina. Es-ar] , Chile. Es-cl] , Colombia. Es-co] , Cuba. Es-cu] , Mexico. Es-mx] , Peru. Es-pe] , Puerto Rico. Es-pr] , Spain. Es-es] , Venezuela. Taller de re...
legacy.cnx.org
OpenStax-CNX - Browse - Language
http://legacy.cnx.org/content/browse_content/language
The content in OpenStax-CNX comes in two formats:. Modules, which are like small "knowledge chunks," and. Collections, groups of modules structured into books or course notes, or for other uses. Our open license. Allows for free use and reuse of all our content. Click a link at left first. Click a link at left first. Click a link at left first. Cookies are not enabled. You must enable cookies. Before you can log in. Visit a random collection. Visit a random module. Follow us on our blog.
android-ed.blogspot.com
Android Education: September 2014
http://android-ed.blogspot.com/2014_09_01_archive.html
Where I document what I have learned while developing Android apps. Sunday, September 21, 2014. Migrate a Project in Github to Android Studio. Create Empty Android Studio Project. Android Studio will not migrate a project from the Eclipse layout to the Studio format. You will need to do the migration by hand. Creating an empty project will generate some of the Gradle files you will need. Once you create the project, close Android Studio and rename the project folder. Create project with Github Checkout.
android-ed.blogspot.com
Android Education: Using an ActionBar At The Bottom of a Screen
http://android-ed.blogspot.com/2011/12/using-actionbar-at-bottom-of-screen.html
Where I document what I have learned while developing Android apps. Thursday, December 1, 2011. Using an ActionBar At The Bottom of a Screen. Creating the ActionBar involved a few steps:. Modification of the webview layout. Creation of the ActionBar style. Adding code to handle the button events when an item on the ActionBar is selected. The original WebView layout was very simple. It was a RelativeLayout containing a WebView. The new layout is a set of layouts. In WebViewActivity, I added a method, setL...
android-ed.blogspot.com
Android Education: Adding a Spinner to ActionbarSherlock
http://android-ed.blogspot.com/2013/04/adding-spinner-to-actionbarsherlock.html
Where I document what I have learned while developing Android apps. Thursday, April 25, 2013. Adding a Spinner to ActionbarSherlock. A spinner is a dropdown on the Actionbar (see screenshot in this post). It is a list of items that perform an action when selected. It is fairly easy to add to your project using ActionbarSherlock. There are a few steps to creating the Spinner. Create an XML resource file. Add Spinner to menu XML. Add Actionbar navigation code to onCreate() in the Activity using the Spinner.
kefletcher.blogspot.com
Kathi Fletcher's Blog: Why Not NC (Non Commercial)
http://kefletcher.blogspot.com/2011/10/why-not-nc-non-commercial.html
Sunday, October 2, 2011. Why Not NC (Non Commercial). When creating and sharing educational content, one of the first things that author's (and their sponsors and funders) must think about are the circumstances under which others can use their work. I work with an open education project, Connexions ( cnx.org. Package it, market it, sell it, sell ancillary content and services based on the content, etc. Being one of the most popular. The restriction is quite natural and content producers gravitate tow...
kefletcher.blogspot.com
Kathi Fletcher's Blog: Textbook writing sprint with K12 teachers in South Africa
http://kefletcher.blogspot.com/2013/09/textbook-writing-sprint-with-k12.html
Tuesday, September 17, 2013. Textbook writing sprint with K12 teachers in South Africa. Although I have much more to share about this sprint and what we learned, I wanted to let people know about an exciting first outing of OERPUB's textbook editor. Screenshot of the editor (books stored in github). Mark Horner's post about the workshop. Colleen Henning: Realizing a Dream. September 25, 2013 at 7:21 PM. I think the editor is impressive, and the idea of saving content to a git repository is a neat one.
kefletcher.blogspot.com
Kathi Fletcher's Blog: Linking to Objectives in the OERPUB editor (a prototype between MIT OEIT folks and OERPUB)
http://kefletcher.blogspot.com/2014/02/linking-to-objectives-in-oerpub-editor.html
Wednesday, February 12, 2014. Linking to Objectives in the OERPUB editor (a prototype between MIT OEIT folks and OERPUB). Learning Objectives, Concept Maps. Image: By Sborcherding at en.wikibooks. When creating textbooks and interactive learning activities, wouldn't it be cool if authors (and eventually others) could easily link material to learning objectives? This is the second exploration that OERPUB. And MIT's Office of Educational Innovation and Technology ( OEIT. Should be looked up. Server to quer...
SOCIAL ENGAGEMENT