Parsi Coders

نسخه‌ی کامل: CustomNotification
شما در حال مشاهده نسخه آرشیو هستید. برای مشاهده نسخه کامل کلیک کنید.
سلام دوستان
کسی تجربه کار با CustomNotification رو داشته؟!
من هرجوری ازش استفاده میکنم برنامه فورس کلوز میده! :|



کد:
Dim CN As CustomNotification
CN.Initialize(1)
CN.DefaultLED = False
CN.DefaultSound = False
CN.DefaultVibrate = False
CN.AutoCancel = False
CN.NoClear = True
CN.OnGoingEvent = True
CN.setIcon("icon")
CN.SetText("title","test title")
CN.SetText("text","im second line")
CN.SetTextColor("text",Colors.Red)
CN.Notify(1)

 
اینکارم قبلش انحام دادید؟
1. The Layout of the Notification
This is defined in an xml layout file. Create your layout, name it to "cm.xml" and copy it to your projects Objects/res/Layout folder. Mark it as read-only. See XML Resources for further information.
Make sure you give an id to each view in the xml, because in order to set these views we will use the same id.Code:



کد:
<TextView android:id="@+id/title"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />


If you have trouble with the xml file (like I did), do Clean Project. Make the xml file in utf-8. warwound used dreamweaver for mine.

 
(04-20-2014، 03:04 PM)'Amin_Mansouri' نوشته: [ -> ]اینکارم قبلش انحام دادید؟
1. The Layout of the Notification
This is defined in an xml layout file. Create your layout, name it to "cm.xml" and copy it to your projects Objects/res/Layout folder. Mark it as read-only. See XML Resources for further information.
Make sure you give an id to each view in the xml, because in order to set these views we will use the same id.Code:




کد:
<TextView android:id="@+id/title"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />


If you have trouble with the xml file (like I did), do Clean Project. Make the xml file in utf-8. warwound used dreamweaver for mine.

 

 

نه!!!
این کجا بود اصن؟!
من این lib رو میگما:
http://www.basic4ppc.com/android/forum/t...arx.16950/
صبر کنید یکی از کاربرهای انجمن دسترسی داره
بگم که سمپل کدشو دانلود کنه بزاره
کل پروژتو پیوست کن
با کتابخانه
(04-21-2014، 07:16 AM)'Amin_Mansouri' نوشته: [ -> ]صبر کنید یکی از کاربرهای انجمن دسترسی داره
بگم که سمپل کدشو دانلود کنه بزاره
کل پروژتو پیوست کن
با کتابخانه

 

امین جان هنوز منتظرماا! Smile
ممنون

 
یعنی هیچ کس چیزی در مورد این کتابخونه نمیدونه!!!!!؟؟؟؟؟ :|