levibostian / AndroidBlanky

Create a new Android app fast. Comes pre-installed with libraries you already use.
7 stars 0 forks source link

Improve app environments #55

Closed levibostian closed 4 years ago

levibostian commented 5 years ago

I have been doing a lot of thinking and reading up on app environments (development, beta, prod, etc).

I am slowly starting to move away from having app environments and instead having 1 environment where the app behaves exactly the same way in all of them except that some values such as the package name and the API endpoints change.

Why is this?

See this issue for more details.

levibostian commented 4 years ago

Merging with https://github.com/levibostian/AndroidBlanky/issues/58

After doing these changes on iOSBlanky, just using .env alone is a huge change. Much better.