رفتن به مطلب
انجمن اندروید ایران | آموزش برنامه نویسی اندروید و موبایل

MR _ RGF

توسعه دهنده اندروید
  • تعداد ارسال ها

    30
  • تاریخ عضویت

  • آخرین بازدید

پست ها ارسال شده توسط MR _ RGF

  1. کیوآ

    مشاهده فایل

    کیوآ سوال و جواب های جالب 

     

    در این بازی سوال های از شما پرسیده میشه که باید به اون ها جواب بدین 

     

    البته در بیشتر سوال ها دنبال جواب های عجیب ولی منطقی بگردید  

     

    در این نسخه از بازی 40 مرحله  وجود داره که باید به اونا جواب بدین 

     

    لطفا نظرات و پیشنهاد های  خودتون رو راجب این بازی بگین تا در نسخه های بعدی اعمال بشه ممنون

     

    نکته برای دریافت سوالات نیاز به اینترنت هست بعد از دریافت دیگه نیازی به اینترنت نیست و میشه آفلاین بازی کرد  

     

    اگر هم سوال جالبی دارین به ایمیل زیر با توضیح ارسال کنین که تو نسخه های بعدی گذاشته شه 

     

    [email protected]

     

    امیدوارم از بازی لذت ببرید


     

  2. در 5 دقیقه قبل، Farzad Sarseifi گفته است :

    از الگوریتم  AES 256 استفاده کنید و یا MD5

    من آدرس url رو md5 کردم و داخل دیتابیس ذخیره کردم  حالا چطوری از اون استفاده کنم ؟؟؟

     

  3. در 14 دقیقه قبل، Farzad Sarseifi گفته است :

    بر ای این حالت ها بهتره url خودتون رو در یک دیتابیس و بصورت encrypt شده قرار دهید

    خوب چجوری دوباره اون هارو decrypt  کنم ؟؟؟؟؟؟؟؟؟؟؟؟؟

  4. سلام من از proguard در برنامه استفاده میکنم  ولی با دیکامپایل کردن برنامه تمامی رشته های مهم به همون صورت اصلی نمایش داده میشن 

    public class C0002b {
        private static C0836m f1a = null;
    
        private static C0001a m2a() {
            return (C0001a) C0002b.m4b().m3841a(C0001a.class);
        }
    
        public static C0793b<C0000a> m3a(String str) {
            return C0002b.m2a().m1a(str);
        }
    
        private static C0836m m4b() {
            if (f1a == null) {
                f1a = new C0835a().m3831a("http://otaxi.mr-rgf.ir").m3830a(C0765a.m3690a()).m3833a();
            }
            return f1a;
        }

    در کد بالا آدرسی که من داده ها رو ارسال میکنم کاملا مشخص هستش و در interface ها هم به همین صورت تمام فیلد های که ارسال میکنم مشخص هستن 

    با دیکامپایل کردن و دسترسی به این رشته ها به راحتی میشه واسه حساب کاربرها اعتبار خرید :huh:

    من از Retrofit  برای ارسال داده ها استفاده میکنم 

    من باید چیکار کنم که این مشکل حل شه خیلی خیلی برام مهم هست چون برنامه به صورت کامل درست شده ولی بخاطر این مشکل  اون رو انتشار ندادم لطفا کمک کنین

    ممنون

     

     

     

     

     

  5. سلام من با ی سرویس پوش به اسم بفرست آشنا شدم که کار بچه های ایرانه  و سرعت خیلی خوبی هم داره ولی کار با این سرویس رو بلد نیستم قسمت مستندات رو هم خوندم ولی چیزی متوجه نمیشم 

    کسی کار با این سرویس رو بلده لطفا ی توضیح بده ماهم متوجه بشیم خیلی ممنون :huh:

    اینم آدرس سایتش :  بفرست

  6. ببخشید من سورس رو دانلود کردم ولی زمانی که داخل اندروید استدیو بازش میکنم  این ارور رو میده باید چیکار کنم چند روزی روش مشغولم ؟؟؟؟؟؟؟؟؟؟

     

    Error:Failed to open zip file.
    Gradle's dependency cache may be corrupt (this sometimes occurs after a network connection timeout.)
    <a href="syncProject">Re-download dependencies and sync project (requires network)</a>
    <a href="syncProject">Re-download dependencies and sync project (requires network)</a>

  7. در هم اکنون، MR _ RGF گفته است :

    سلام من داخل  fragment از ی اسلایدر   و اسکرول ویو استفاده کردم هنگام نمایش فرگمنت  نصف اسلایدر  رو نشون میده این مشکل از کجاست؟؟؟؟؟؟؟

    <ScrollView
            android:layout_below="@+id/reltoolbar"
            android:scrollbars="none"
            android:id="@+id/homescroll"
            android:layout_width="match_parent"
            android:layout_height="match_parent">
    
            <RelativeLayout
                android:layout_width="match_parent"
                android:layout_height="match_parent">
    
                <MyLibrary.RtlSlider
                    android:layout_alignParentTop="true"
                    android:id="@+id/slider"
                    android:layout_width="match_parent"
                    android:layout_height="200dp"
                    />
    
    
                <android.support.v7.widget.CardView
                    android:layout_below="@+id/slider"
                    android:id="@+id/weather"
                    android:layout_width="match_parent"
                    android:layout_height="100dp"
                    app:cardCornerRadius="5dp"
                    android:layout_margin="5dp"
                    app:cardElevation="0dp">
    
                    <ProgressBar
                        android:layout_gravity="center"
                        android:layout_below="@+id/rel"
                        android:layout_width="50dp"
                        android:layout_height="50dp"
                        android:indeterminate="true"
                        android:id="@+id/weatherprogress"
                        android:indeterminateTint="@color/colorPrimaryDark"/>
    
    
                    <LinearLayout
                        android:id="@+id/linerweather"
                        android:alpha="0"
                        android:weightSum="4"
                        android:orientation="horizontal"
                        android:layout_width="match_parent"
                        android:layout_height="match_parent">
    
                        <RelativeLayout
                            android:layout_weight="2"
                            android:layout_width="match_parent"
                            android:layout_height="match_parent">
    
                            <TextView
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:layout_alignParentRight="true"
                                android:textColor="@color/black"
                                android:text="وضعیت آب وهوا"
                                android:layout_margin="7dp"
                                android:textStyle="bold"/>
    
    
                            <TextView
                                android:id="@+id/rotobat"
                                android:layout_marginRight="5dp"
                                android:textColor="@color/black"
                                android:layout_marginTop="40dp"
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:text="رطوبت نسبی :"
                                android:layout_alignParentRight="true"/>
    
                            <TextView
                                android:id="@+id/vazshbad"
                                android:layout_marginRight="5dp"
                                android:textColor="@color/black"
                                android:layout_marginTop="65dp"
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:text="وزش باد :"
                                android:layout_alignParentRight="true"/>
    
                        </RelativeLayout>
    
    
                        <RelativeLayout
                            android:layout_weight="2"
                            android:layout_alignParentLeft="true"
                            android:layout_width="match_parent"
                            android:layout_height="match_parent"
                            android:background="@color/colorPrimaryDark">
    
                            <ImageView
                                android:layout_alignParentLeft="true"
                                android:layout_centerVertical="true"
                                android:id="@+id/weathericon"
                                android:layout_width="60dp"
                                android:layout_height="60dp"
                                android:layout_marginLeft="10dp"/>
    
                            <TextView
                                android:id="@+id/weatherdama"
                                android:layout_width="60dp"
                                android:layout_height="80dp"
                                android:layout_marginLeft="5dp"
                                android:textSize="50dp"
                                android:textStyle="bold"
                                android:textColor="@android:color/white"
                                android:textAlignment="center"
                                android:layout_centerVertical="true"
                                android:layout_toRightOf="@+id/weathericon" />
    
                            <TextView
                                android:layout_width="wrap_content"
                                android:layout_height="wrap_content"
                                android:text="°C"
                                android:textSize="25dp"
                                android:textColor="@android:color/white"
                                android:textStyle="bold"
                                android:layout_toRightOf="@+id/weatherdama"
                                android:layout_marginTop="15dp" />
    
                        </RelativeLayout>
    
    
                    </LinearLayout>
                </android.support.v7.widget.CardView>
    
        <include
            android:layout_margin="5dp"
            android:id="@+id/innews"
            layout="@layout/include_newdata"
            android:layout_width="match_parent"
            android:layout_height="200dp"
            android:layout_below="@+id/weather" />
    
    
                <android.support.v7.widget.CardView
                    android:id="@+id/vip"
                    android:layout_below="@+id/innews"
                    android:layout_width="match_parent"
                    android:layout_height="200dp"
                    app:cardCornerRadius="5dp"
                    android:layout_margin="5dp"
                    app:cardElevation="0dp">
                    <RelativeLayout
                        android:layout_width="match_parent"
                        android:layout_height="match_parent">
    
                     <ImageView
                        android:transitionName="vipimg"
                        android:id="@+id/vipimgbg"
                        android:scaleType="centerCrop"
                        android:layout_width="match_parent"
                        android:layout_height="match_parent" />
                 <TextView
                     android:id="@+id/viptext"
                     android:layout_width="match_parent"
                     android:layout_height="wrap_content"
                     android:layout_alignParentBottom="true"
                     android:layout_alignParentRight="true"
                     android:textColor="@android:color/white"
                     android:text="پیشنهاد ویژه امروز :"
                     android:textSize="15dp"
                     android:background="#78000000"
                     android:paddingTop="15dp"
                     android:paddingBottom="15dp"
                     android:paddingRight="20dp"
                     android:paddingLeft="15dp"
                     android:transitionName="viptext"/>
            </RelativeLayout>
        </android.support.v7.widget.CardView>
            </RelativeLayout>
        </ScrollView>

     

×
×
  • اضافه کردن...