DEV Community

getinshotproapk
getinshotproapk

Posted on

how to develop the photo editing app for android like getinshotproapk

there are many editing app for andorid available in the amrket but the Inshot Pro Apk with no watermark, unique effects & filters, unique video editing tools, add text, images, music to video, free of ads, no banning issue, smooth animation & transition effects, and friendly interface. is one of the best. all the pro features are unlocked in this premium version of Inshot. Making slow-motion videos and control speed is also possible in this updated version. If you don’t have enough money to download this premium version for video editing, stay with us to get it for free.

using the html editor to develp the html or css code. so here is website code try it.

`<!DOCTYPE html>





{{info.title}}










IDORAS


download free android apks





home
Home








style="text-decoration: none;cursor: pointer;">menu
IDORAS



search



<main class="main-content" id="main-content">
  <div class="mdc-top-app-bar--fixed-adjust container">
    <div class="mdc-layout-grid" style="padding:0">
      <div class="mdc-layout-grid__inner">
        <div
          class="mdc-layout-grid__cell mdc-layout-grid__cell--span-8 mdc-layout-grid__cell--span-12-tablet mdc-layout-grid__cell--span-12-phone">
          {% if ctx.request.mobile %}
          <div class="details-title">
            <!-- Go to www.addthis.com/dashboard to customize your tools --> 
            <div class="addthis_inline_share_toolbox_bm88"></div>
          </div>
          {% endif %}
          <div class="listWidght">
            <form action="/re" style="overflow:visible" method="POST" onsubmit="return key.value!=''" role="search">
              <input class="search-key" type="text" id="key" name="key" placeholder="Google Play Store or com.android.vending" size="1" style="padding: 5px;" />
              <button type="submit" class="search mdc-button mdc-button--raised button">
                <i class="material-icons icon-white">search</i>
              </button>
            </form>
          </div>
          <div class="listWidget">
            <div class="box">
              <div class="title bread-crumbs">
                <h5 class="widgetHeader">Latest Upload</h5>
              </div>
            </div>
            {% for item in info.list %}
            <div>
              <div class="appRow">
                <div class="table-row">
                  <div style="width: 56px;" class="table-cell">
                    <img style="width:50px; height:50px;"
                      src="https://img.idoras.com/img/{{item.id}}.png">
                  </div>
                  <div class="table-cell">
                    <div style="padding-top: 4px;">
                      <h5 title="{{item.name}} {{item.versionName}} ({{item.versionCode}}) by {{item.dev}}"
                        class="appRowTitle wrapText marginZero block-on-mobile">
                        <a class="fontBlack" href="/apk/{{item.id}}/">{{item.name}} {{item.versionName}}</a>
                      </h5>
                      <a href="/dev/{{item.devSlug}}/" class="byDeveloper block-on-mobile wrapText">by {{item.dev}}</a>
                      <span style="padding:4px 12px 0 0;" class="colorLightBlack"><span class="udate">{{ctx.helper.fdate(item.udate)}}</span></span>
                    </div>
                  </div>
                  <div style="width: 30px;" class="table-cell">
                    <div class="iconsBox ">
                      <div class="downloadIconPositioning">
                        <a class="downloadLink" href="/apk/{{item.id}}/{{item.versionCode}}/">
                          <i class="material-icons icon-blue" aria-hidden="true">download</i>
                        </a>
                      </div>
                    </div>
                  </div>
                </div>
              </div>
            </div>
            {% endfor %}
            <div class="appRow center">
              <div class="pagination mobile">
                <div class="wp-pagenavi" role="navigation">
                  {% for page in info.pages %}
                  <a href="/list/{{page.page}}/"
                    class="{%if loop.first%}first{%endif%} {%if loop.last%}last{%endif%} {%if page.current%}current{%endif%}">
                    <span class="mdc-fab__icon">
                      {{page.text}}
                    </span>
                  </a>
                  {% endfor %}
                </div>
              </div>
            </div>
          </div>
          <div class="pages">

          </div>
        </div>
        <div
          class="mdc-layout-grid__cell mdc-layout-grid__cell--span-4 mdc-layout-grid__cell--span-12-tablet mdc-layout-grid__cell--span-12-phone">
          {% if info.slist.length > 0 %}
          <div class="listWidget">
            <div class="box">
              <div class="title bread-crumbs">
                <h5 class="widgetHeader">Hot Searches</h5>
              </div>
            </div>
            <div>
              <div class="appRow">
                {% for item in info.slist %}
                <a href="/search/{{item.ekey}}/" class="mdc-button">
                  <span class="mdc-button__label">{{item.key}}</span>
                </a>
                {% endfor %}
              </div>
            </div>
          </div>
          {% endif %}
          <div class="listWidget">
            <div class="box">
              <div class="title bread-crumbs">
                <h5 class="widgetHeader">Social Medias</h5>
              </div>
            </div>
            <div>
              <div class="appRow">
                <div class="table-row">
                  <div class="table-cell center">
                    <a href="https://www.facebook.com/profile.php?id=100071468057179" target="_blank">
                      <img style="vertical-align: baseline; height: 24px; width: 24px;" src="/img/facebook.png" class="clickable">
                    </a>
                  </div>
                  <div class="table-cell center">
                    <a href="https://twitter.com/Shaoyang2000" target="_blank">
                      <img style="vertical-align: baseline; height: 24px; width: 24px;" src="/img/twitter.png" class="clickable">
                    </a>
                  </div>
                  <div class="table-cell center">
                    <a href="https://t.me/idoras_official" target="_blank">
                      <img style="vertical-align: baseline; height: 24px; width: 24px;" src="/img/telegram.png" class="clickable">
                    </a>
                  </div>
                </div>
              </div>
            </div>
          </div>
          <div class="listWidget">
            <div class="box">
              <div class="title bread-crumbs">
                <h5 class="widgetHeader">Popular In Last 24 Hours</h5>
              </div>
            </div>
            {% for item in info.hots[0].list %}
            <div>
              <div class="appRow">
                <div class="table-row">
                  <div style="width: 56px;" class="table-cell">
                    <img style="width:50px; height:50px;"
                      src="https://img.idoras.com/img/{{item.id}}.png">
                  </div>
                  <div class="table-cell">
                    <h5 title="{{item.name}} {{item.versionName}}" class="appRowTitle wrapText marginZero block-on-mobile">
                      <a class="fontBlack" href="/apk/{{item.id}}/">{{item.name}} {{item.versionName}}</a>
                    </h5>
                  </div>
                  <div style="width: 50px; text-align: right;" class="table-cell">
                    <span style="padding-right:12px;" class="colorLightBlack">{{item.down}}</span>
                  </div>
                  <div style="width: 22px;" class="table-cell">
                    <div class="iconsBox one-icon">
                      <div class="downloadIconPositioning">
                        <a class="downloadLink"
                          href="/apk/{{item.id}}/">
                          <i class="material-icons icon-blue" aria-hidden="true">download</i>
                        </a>
                      </div>
                    </div>
                  </div>
                </div>
              </div>
            </div>
            {% endfor %}
          </div>
          <div class="listWidget">
            <div class="box">
              <div class="title bread-crumbs">
                <h5 class="widgetHeader">Popular In Last 7 Days</h5>
              </div>
            </div>
            {% for item in info.hots[1].list %}
            <div>
              <div class="appRow">
                <div class="table-row">
                  <div style="width: 56px;" class="table-cell">
                    <img style="width:50px; height:50px;"
                      src="https://img.idoras.com/img/{{item.id}}.png">
                  </div>
                  <div class="table-cell">
                    <h5 title="{{item.name}} {{item.versionName}}" class="appRowTitle wrapText marginZero block-on-mobile">
                      <a class="fontBlack" href="/apk/{{item.id}}/">{{item.name}} {{item.versionName}}</a>
                    </h5>
                  </div>
                  <div style="width: 50px; text-align: right;" class="table-cell">
                    <span style="padding-right:12px;" class="colorLightBlack">{{item.down}}</span>
                  </div>
                  <div style="width: 22px;" class="table-cell">
                    <div class="iconsBox one-icon">
                      <div class="downloadIconPositioning">
                        <a class="downloadLink"
                          href="/apk/{{item.id}}/">
                          <i class="material-icons icon-blue" aria-hidden="true">download</i>
                        </a>
                      </div>
                    </div>
                  </div>
                </div>
              </div>
            </div>
            {% endfor %}
          </div>
          <div class="listWidget">
            <div class="box">
              <div class="title bread-crumbs">
                <h5 class="widgetHeader">Popular In Last 30 Days</h5>
              </div>
            </div>
            {% for item in info.hots[2].list %}
            <div>
              <div class="appRow">
                <div class="table-row">
                  <div style="width: 56px;" class="table-cell">
                    <img style="width:50px; height:50px;"
                      src="https://img.idoras.com/img/{{item.id}}.png">
                  </div>
                  <div class="table-cell">
                    <h5 title="{{item.name}} {{item.versionName}}" class="appRowTitle wrapText marginZero block-on-mobile">
                      <a class="fontBlack" href="/apk/{{item.id}}/">{{item.name}} {{item.versionName}}</a>
                    </h5>
                  </div>
                  <div style="width: 50px; text-align: right;" class="table-cell">
                    <span style="padding-right:12px;" class="colorLightBlack">{{item.down}}</span>
                  </div>
                  <div style="width: 22px;" class="table-cell">
                    <div class="iconsBox one-icon">
                      <div class="downloadIconPositioning">
                        <a class="downloadLink"
                          href="/apk/{{item.id}}/">
                          <i class="material-icons icon-blue" aria-hidden="true">download</i>
                        </a>
                      </div>
                    </div>
                  </div>
                </div>
              </div>
            </div>
            {% endfor %}
          </div>
        </div>
      </div>
    </div>
  </div>
  <div class="footer">
    <div class="b">
      <p><a href="/about/">About Us</a> | <a href="/contact-us/">Contact Us</a></p>
      <p><a href="/privacy-policy/" rel="nofollow">Privacy Policy</a></p>
      <p><a href="/report-content/">Report abuse</a></p>
      <p><a href="/dmca/" rel="nofollow">DMCA Disclaimer</a></p>
      <p>idoras.com Β© 2016-2021</p>
    </div>
  </div>
</main>




`

so if you have any query to develo this https://getinshotproapk.com/ than contact me thanks.

Top comments (0)