• 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
  • Ron McLeod
  • Tim Cooke
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • Junilu Lacar
  • Rob Spoor
  • Jeanne Boyarsky
Saloon Keepers:
  • Stephan van Hulst
  • Carey Brown
  • Tim Holloway
  • Piet Souris
Bartenders:

run java class from an activity

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi, I'm new in android programing. I'm still learning about activity and java class. I'm creating a program that consist splash screen(activity), javclass1 (java class contain a program that receive data from bluetooth), javclass2(java class contain program to insert string that javclass1 receive ) and MainActivity (compare data from database with editText) . I want to make my splash screen run javclass1 and javclass2 so i can run my MainActivity. can you tell me how to do it? because mostly people tell me to use intent in splash screen to main activity without running javclass1 and javclass2. thanks for your help.
 
Bartender
Posts: 2270
20
Android Java ME Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

I want to make my splash screen run javclass1 and javclass2



What exactly do you mean by the above statement.  What is javaclass1 and javaclass2 , subclass of Activity class or something else.
 
I AM MIGHTY! Especially when I hold this tiny ad:
The Low Tech Laboratory Movie Kickstarter is LIVE NOW!
https://www.kickstarter.com/projects/paulwheaton/low-tech
reply
    Bookmark Topic Watch Topic
  • New Topic