Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
O

Oluwafikayo Ajayi

@Oluwafikayo Ajayi
About
Posts
3
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • move one page to another page by clicking on button in android using eclips
    O Oluwafikayo Ajayi

    To move from one activity to another in Android, you need an Intent. The sample format of how to use an Intent is pasted below. Intent intent = new Intent(context,NameofActivitytoMoveTo.class); startActivity(intent); Suppose you have ActivityOne in your android project and you want to navigate to ActivityTwo, use the sample code below: Intent intent = new Intent(ActivityOne.this,ActivityTwo.class); startActivity(intent); The two lines of code above will be in the button onClickListener. Hope this helps. Happy coding.

    Android android

  • sdk installation problem
    O Oluwafikayo Ajayi

    You can download a zipped copy of the development kit that contains eclipse and the necessary things needed for developing Android application. You can get the download from http://developer.android.com/sdk/index.html picking your OS platform. Hope this helps. Happy coding.

    Android linux help

  • regarding andriod app development
    O Oluwafikayo Ajayi

    You can create an ASP.NET WEB API which returns data in JSON format which is a data format that is friendly with Mobile platforms and then consume the Web API from your android application check the official asp.net site for tutorials on getting started with ASP.NET WEB API. http://www.asp.net/web-api[^] Hope this helps.

    Android database sql-server sysadmin question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups