forked from tukcomCD2024/ISP
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix : fix some apiService according to new api doc and delete and rep…
…lace some files
- Loading branch information
Showing
55 changed files
with
652 additions
and
332 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
27 changes: 27 additions & 0 deletions
27
...boutTrip/app/src/main/java/com/project/how/adapter/recyclerview/record/BillListAdapter.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
package com.project.how.adapter.recyclerview.record | ||
|
||
import android.view.ViewGroup | ||
import androidx.recyclerview.widget.RecyclerView | ||
import com.project.how.databinding.BillListItemBinding | ||
|
||
class BillListAdapter ( | ||
|
||
) : RecyclerView.Adapter<BillListAdapter.ViewHolder>(){ | ||
inner class ViewHolder(val binding: BillListItemBinding) : RecyclerView.ViewHolder(binding.root){ | ||
fun bind(data : ){ | ||
|
||
} | ||
} | ||
|
||
override fun onCreateViewHolder(parent: ViewGroup, viewType: Int): ViewHolder { | ||
TODO("Not yet implemented") | ||
} | ||
|
||
override fun getItemCount(): Int { | ||
TODO("Not yet implemented") | ||
} | ||
|
||
override fun onBindViewHolder(holder: ViewHolder, position: Int) { | ||
TODO("Not yet implemented") | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
54 changes: 0 additions & 54 deletions
54
.../main/java/com/project/how/adapter/recyclerview/viewpager/RecentRecordViewPagerAdapter.kt
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
...rip/app/src/main/java/com/project/how/data_class/dto/country/GetCountryLocationRequest.kt
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
...wAboutTrip/app/src/main/java/com/project/how/data_class/dto/schedule/CheckListResponse.kt
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
...wAboutTrip/app/src/main/java/com/project/how/data_class/dto/weather/GetWeathersRequest.kt
This file was deleted.
Oops, something went wrong.
14 changes: 0 additions & 14 deletions
14
...rip/app/src/main/java/com/project/how/data_class/dto/weather/GetWeeklyWeathersResponse.kt
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 0 additions & 8 deletions
8
...id/HowAboutTrip/app/src/main/java/com/project/how/data_class/recyclerview/RecentRecord.kt
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...how/data_class/recyclerview/AiSchedule.kt → ...class/recyclerview/schedule/AiSchedule.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...data_class/recyclerview/EventViewPager.kt → ...s/recyclerview/schedule/EventViewPager.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...t/how/data_class/recyclerview/Schedule.kt → ...a_class/recyclerview/schedule/Schedule.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
android/HowAboutTrip/app/src/main/java/com/project/how/interface_af/OnDateTimeListener.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
android/HowAboutTrip/app/src/main/java/com/project/how/interface_af/OnScheduleListener.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...rip/app/src/main/java/com/project/how/interface_af/interface_ada/ItemStartDragListener.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.