import SectionGrid from '@site/src/components/SectionGrid';
Android - Mobile SDK Overview
Below are the main sections of this documentation. If your not sure where to start, we suggest going with the first section, setup.
<SectionGrid items={[ { to: '/docs/msdk/android/setup', icon: '⚙️', title: 'Setup Guide', desc: 'Download and configure your environment to begin your iOS SDK journey' }, { to: '/docs/msdk/android/modules', icon: '📦', title: 'Modules', desc: 'Learn about our different module types and how to use them' }, { to: '/docs/msdk/android/interacting/q2utils', icon: '📦', title: 'Interacting', desc: 'How module can interact with core.' }, { to: '/docs/msdk/publish/android', icon: '📦', title: 'Publishing', desc: 'Work through the publishing flow and understand how to release your module' }, { to: '/docs/msdk/android/debug/firebase', icon: '🧪', title: 'Debugging', desc: 'Best practices for testing and debugging your iOS modules' }, { to: '/docs/msdk/android/usecases/notifications', icon: '🧪', title: 'Use Cases', desc: 'Explore common use cases and how we suggest tackling them in your own work' }, ]} />