startup

  1. K

    如何让APP开机后自启动,而不需要用户点击?

    如何让APP开机后自启动,而不需要用户点击?类似于windows中的程序,添加进系统启动项里,开机就能自己启动运行。 How to make the APP start after booting, without the user clicking?
  2. M

    Android Question Annoying black/gray screen before the app start

    Hi everyone, I finished my app, but there is an imperfection that annoy me.. Before the app actually start there is a black/gray screen. The problem is that in the main Activity_Create is veeeery simple, same for Starter Service it is just: Sub Activity_Create(FirstTime as Boolean)...
  3. Kevin Hartin

    Android Question Best way to do a splash screen at app startup

    What is the best way to do a splash screen? Use a panel in main that goes invisible after a while or on click Create an activity that is called from main at end of Activity_Create Some other way My app is a OSMDroid tour app that the main layout is all built in Activity_Create rather than...
Top