• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. D

    Apps Please, test my ruler

    I have develop the ruler app. But i saw, what it work incorrect: real QVGA screen size is 47 mm, it show about 50 mm. But: QVGA dpi is 120, resolution is 240. Screen size should be 2 inch = 50.8 mm. So i divide dpi from abstract number for accuracy...
  2. D

    Apps Manifest error in <compatible-screens>

    My manifest: <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.conv" android:versionCode="3" android:versionName="1.2"> <uses-sdk android:minSdkVersion="4" /> <compatible-screens> <screen...
  3. D

    [App] Advanced math analysis system

    This application is multifunctional. It includes: - Advanced engineering and scientific calculator with interface for expressions building. It expression you can use as functions (see below). - Math function's graph drawer. In this plotter you can set drawing borders (red curve is function...
  4. D

    Apps Need US/UK partner for simple project

    My first android market activity. Reference book for schoolchilds. I made markup system project, it show pages from the resourses. Have ability insert text different sizes and colors, images from drawable, headers, internal links to other pages. I need information int english and have...
  5. D

    Apps Uploading to market

    I can't upload test HelloWord app: android market don't receive apk-file (load error). It signing problem, i think. My signing: Export->Export Android Application->Chouse project->Enter keystore password->Chouse key->Enter key password->(Certificate expires on Thu Jul 14 10:54:48 MSD...