Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I build my own personal android app store? [closed]

Tags:

android

How does one create a personal app store for Android built from either custom or open source software.

like image 263
slcott Avatar asked Sep 30 '11 16:09

slcott


2 Answers

  • Build a website using custom or open source software that presents applications so people can download them
  • Devise a means for developers to register & upload applications
  • ???
  • Profit
like image 100
Pedantic Avatar answered Oct 14 '22 07:10

Pedantic


I would imagine you start with a server and place your apk's in the server then write a front side handler to interface between the server and the rest of the world. Then write an app to connect to the server.

like image 35
ahodder Avatar answered Oct 14 '22 08:10

ahodder