Finally I created Android App using Ionic

Hi All,

Thanks to Ionic Team… :slight_smile:

Finally I created Android App using Ionic. I am happy… :slight_smile: It is already uploaded on Google Play Store

Thanks.

how to place in html. sample code in codeopen plz

Hi @chaith123 ,

Following are the sample code-

    <ion-content class="has-header has-footer" id="productlists" scroll="false">
            <div style="width: 100%;margin-top: 1px;">
                <div class="alpha-list">
                    <div class="letter"  ng-repeat="alphabet in alphabetList">
                        <ul><li id="letter{{alphabet.label}}" ng-click="searchByAlphabet(alphabet.label);">{{alphabet.label}}<hr class='alpha-underline'></li></ul>
                    </div>
                </div>
                <ion-scroll direction="y" class="slideContent" side="right">
//Content View code
                </ion-scroll> 
            </div>
        </ion-content>

Please let me know if there is any confusion.