> For the complete documentation index, see [llms.txt](https://taketok.gitbook.io/taketok/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://taketok.gitbook.io/taketok/setup-app-code.md).

# Setup app code

Go to ***lib/utils/constant.dart*** change all basic settings

![](https://3055596817-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MFydntNulzdMw3Es2MW%2F-MFzIharN2QyRw6d2B_9%2F-MFzKNcr319_BUKNLyA3%2Fscreenshot_17.png?alt=media\&token=3b516ca9-9b8d-4f32-bd77-2b662d84b17b)

### Change app name and admob app id in *(android/app/src/main/AndroidManifest.xml)*

![](https://3055596817-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MFydntNulzdMw3Es2MW%2F-MFzIharN2QyRw6d2B_9%2F-MFzKyPbDp60poaBpjTs%2Fscreenshot_18.png?alt=media\&token=7649b8b8-faa5-4e24-9293-c6ebaf199b84)

![](https://3055596817-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MFydntNulzdMw3Es2MW%2F-MFzIharN2QyRw6d2B_9%2F-MFzMPB3V7byriCRQSe3%2Fscreenshot_19.png?alt=media\&token=318be827-5858-435c-9377-a8b3b6533be1)

Go to ***android/app/src/main/res/xml/*****network\_security\_config.xml** and change your admin domain without http/https

![](https://3055596817-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MFydntNulzdMw3Es2MW%2F-MFzIharN2QyRw6d2B_9%2F-MFzNjIRD0UIxzeezKUN%2Fscreenshot_20.png?alt=media\&token=42e8ed85-05d4-4740-a8f2-1521644e3373)

### Change App icon

Now we need to put a png file with your icon named 'ic\_launcher.png' in the following folders:

* res/drawable-mdpi - with a size of 48px x 48px
* res/drawable-hdpi - with a size of 72px x 72px
* res/drawable-xhdpi - with a size of 96px x 96px
* res/drawable-xxhdpi - with a size of 144px x 144px
* res/drawable-xxxhdpi - with a size of 192px x 192px

this URL will help you resize your images or event create new icon to your app [Launcher Icon Generator](https://romannurik.github.io/AndroidAssetStudio/icons-launcher.html#foreground.type=clipart\&foreground.clipart=android\&foreground.space.trim=1\&foreground.space.pad=0.25\&foreColor=rgba\(96%2C%20125%2C%20139%2C%200\)\&backColor=rgb\(68%2C%20138%2C%20255\)\&crop=0\&backgroundShape=square\&effects=none\&name=ic_launcher)

**Change splash screen logo**

Go to `<app dir>`*/asstes/images/logo.png*
