Skip to content

xeodou/cnbeta-rss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cnbeta-rss

This Project show how is possible use golang build a commnon library for a Mobile Project.

Build it

  • Build the package for each platform

    • ANDROID_HOME=you_SDK_path gomobile bind -target=android -o android/app/libs/cb.aar -v cnbeta
    • ANDROID_HOME=you_SDK_path gomobile bind -target=ios -o ios/cb.framework -v cnbeta
  • Build each application for each platform

Screen Shot

screenshot

TO DO

  • Automatic everything

License

MIT

About

This is a demo for how to use golang build a common SDK library for both iOS and Android platform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published