• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

how to make the file structure of the Android Project

 
Greenhorn
Posts: 29
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Hello Team
I am working on the Android Dictionary project So the requirement is that when the application starts it will shows the textfield and when user just start typing the word in textfield then it will search the word automatically,also i want to add the fascility to add the words in the dictionary,so please let me know how to develop this app and what is the architecture of the application Please guide me
 
Bartender
Posts: 11497
19
Android Google Web Toolkit Mac Eclipse IDE Ubuntu Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

umesh annegirikar wrote:how to make the file structure of the Android Project


Recommended reading http://developer.android.com/training/basics/firstapp/index.html

umesh annegirikar wrote:]it will shows the textfield and when user just start typing the word in textfield then it will search the word automatically


Recommended reading http://developer.android.com/reference/android/widget/AutoCompleteTextView.html
reply
    Bookmark Topic Watch Topic
  • New Topic