BuildmLearn / BuildmLearn-Toolkit-Android

This repository contains the Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
BSD 3-Clause "New" or "Revised" License
57 stars 132 forks source link

Adding "Press Back again to exit" in Simulator and Templates #368

Open codingblazer opened 7 years ago

codingblazer commented 7 years ago

Just like we added Press Back again to exit in Toolkit, we can add this in simulator and Templates also because there are some templates like comprehension which have timer and needs to have this feature.

m-murad commented 7 years ago

@codingblazer Adding this feature in simulator and Templates, i don't think that's a good idea. The main purpose of the app is to keep user in the application.

Perhaps you should add this feature to the generated applications.

It's just a suggestion. Lets see what project mentors think.

codingblazer commented 7 years ago

@free4murad App already has this feature. When I say Templates, I mean generated applications only. And since simulator is just reflection of these generated apps, we should add in it too.

m-murad commented 7 years ago

@codingblazer I know that the app has this feature (It was me who implemented it).

I agree with you that this feature should be implemented in the generated apps. What I feel is, this feature in simulator might be confusing. Thats why I said it's just a suggestion.

codingblazer commented 7 years ago

@free4murad Ok. Lets see what mentors think about this.

opticod commented 7 years ago

@codingblazer You can proceed adding both for the APKs and for the simulator. Also make a separate PR to templates-toolkit repo. @free4murad, If we add any feature in created APKs, then our simulators should also reflect the same. So looks like adding it.

codingblazer commented 7 years ago

@opticod Yeah sure