Is it possible to create a Carpool app with Export kit?« Back to Questions List
Hello! I have designed the prototype of a carpooling app such as Blablacar now I will love to turn it into a real app. Can I do this with Export kit? I need geolocation, users reviews, messenger and all the other kind of features those apps require. How to actually do it? |
Do you have the right answer? If you do other users will benefit from your contribution, share your knowledge with the community!
Hi, Although you are asking a complex question, the answer is simple: Yes you can do this for Android, but not with iOS or Xamarin. With Android you can use https://exportkit.com/plugin/layer-tags/advanced-layer-tags/class-tag to migrate widgets. There is also an experimental ${java} tag which allows you to add custom Java classes. You will need to make further changes to your app code to support features such as messaging (this requires a server, possible api, database, etc). |
Share Your Knowledge!
Contribute to the community and help other users to benefit from your answer with experience and knowledge.